summary refs log tree commit diff
path: root/src/Support.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Support.cpp')
-rw-r--r--src/Support.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Support.cpp b/src/Support.cpp
index a068360..33794d9 100644
--- a/src/Support.cpp
+++ b/src/Support.cpp
@@ -58,10 +58,6 @@ int Button(void)
 void MoveMouse(int xcoord, int ycoord, Point *mouseloc)
 {
 	/* TODO: mouse warp is annoying when we can just grab the mouse */
-#ifdef FULLSCREEN
-	SDL_WarpMouse(xcoord, ycoord);
-	SDL_PumpEvents();
-#endif
 	GetMouse(mouseloc);
 }