summary refs log tree commit diff
path: root/src/Support.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Support.h')
-rw-r--r--src/Support.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Support.h b/src/Support.h
index 83ea163..901b9b4 100644
--- a/src/Support.h
+++ b/src/Support.h
@@ -34,7 +34,6 @@ typedef struct Point
 int Random();
 void GetMouse(Point *p);
 void GetMouseRel(Point *p);
-void MoveMouse(int xcoord, int ycoord, Point *mouseloc);
 int Button(void);
 bool IsKeyDown(int key);