summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdl.c b/sdl.c
index e40056619..a87f20b3a 100644
--- a/sdl.c
+++ b/sdl.c
@@ -478,14 +478,12 @@ static int PollEvent(void)
_right_button_down = true;
_right_button_clicked = true;
break;
-#if !defined(WIN32)
case SDL_BUTTON_WHEELUP:
_cursor.wheel--;
break;
case SDL_BUTTON_WHEELDOWN:
_cursor.wheel++;
break;
-#endif
default:
break;
}