removed artifact from removed X11 support
[rocksndiamonds.git] / src / events.c
index 42277b02e6c1947d5e0176b11657638aa68a7e49..c748bbcb41ebb5fa7ace9f22c4fa70f67f90aaf8 100644 (file)
@@ -407,9 +407,6 @@ void HandleButtonEvent(ButtonEvent *event)
 
 void HandleMotionEvent(MotionEvent *event)
 {
-  if (!PointerInWindow(window))
-    return;    /* window and pointer are on different screens */
-
   if (button_status == MB_RELEASED && game_status != GAME_MODE_EDITOR)
     return;