aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl
diff options
context:
space:
mode:
authorMax Horn2003-08-04 16:50:26 +0000
committerMax Horn2003-08-04 16:50:26 +0000
commit679e818b0b401163b8e257be4b9b30a809e204e9 (patch)
tree82c8af8b45f503a98ba1a3babcd3df74a768b01a /backends/sdl
parent996d4f1391f84328e1928d43d9fe08aadbae7893 (diff)
downloadscummvm-rg350-679e818b0b401163b8e257be4b9b30a809e204e9.tar.gz
scummvm-rg350-679e818b0b401163b8e257be4b9b30a809e204e9.tar.bz2
scummvm-rg350-679e818b0b401163b8e257be4b9b30a809e204e9.zip
oops, accidentally commited this one
svn-id: r9465
Diffstat (limited to 'backends/sdl')
-rw-r--r--backends/sdl/sdl-common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/sdl/sdl-common.cpp b/backends/sdl/sdl-common.cpp
index c71be78f3d..02932da927 100644
--- a/backends/sdl/sdl-common.cpp
+++ b/backends/sdl/sdl-common.cpp
@@ -714,7 +714,6 @@ bool OSystem_SDL_Common::poll_event(Event *event) {
return true;
case SDL_MOUSEBUTTONDOWN:
-printf("Mousedown at %d,%d, button %d\n", ev.button.x, ev.button.y, ev.button.button);
if (ev.button.button == SDL_BUTTON_LEFT)
event->event_code = EVENT_LBUTTONDOWN;
else if (ev.button.button == SDL_BUTTON_RIGHT)