aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 2a895b89e4..57e7e7d4ae 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -468,10 +468,6 @@ void SkyEngine::delay(uint amount) { //copied and mutilated from Simon.cpp
break;
case OSystem::EVENT_LBUTTONDOWN:
_skyMouse->buttonPressed(2);
-#ifdef _WIN32_WCE
- _sdl_mouse_x = event.mouse.x;
- _sdl_mouse_y = event.mouse.y;
-#endif
break;
case OSystem::EVENT_RBUTTONDOWN:
_skyMouse->buttonPressed(1);