aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bacca2004-01-26 20:28:35 +0000
committerNicolas Bacca2004-01-26 20:28:35 +0000
commita5aba18abf750ce81724cba41cc2c7d2e544a1d3 (patch)
tree41231ad3478da053d3b2940e9ecf4bc1e93e2875
parent24721e8b0e923e32e9ce7fa33ed5086a4108e38f (diff)
downloadscummvm-rg350-a5aba18abf750ce81724cba41cc2c7d2e544a1d3.tar.gz
scummvm-rg350-a5aba18abf750ce81724cba41cc2c7d2e544a1d3.tar.bz2
scummvm-rg350-a5aba18abf750ce81724cba41cc2c7d2e544a1d3.zip
Remove old CE tweak
svn-id: r12626
-rw-r--r--sky/control.cpp4
-rw-r--r--sky/sky.cpp4
2 files changed, 0 insertions, 8 deletions
diff --git a/sky/control.cpp b/sky/control.cpp
index 942c19a649..dbeff2c5e5 100644
--- a/sky/control.cpp
+++ b/sky/control.cpp
@@ -1690,10 +1690,6 @@ void Control::delay(unsigned int amount) {
break;
case OSystem::EVENT_LBUTTONDOWN:
_mouseClicked = true;
-#ifdef _WIN32_WCE
- _mouseX = event.mouse.x;
- _mouseY = event.mouse.y;
-#endif
break;
case OSystem::EVENT_LBUTTONUP:
_mouseClicked = false;
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);