diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/sdlinput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlinput.cpp b/src/gui/sdlinput.cpp index ae8c6d7d4..4655bcbec 100644 --- a/src/gui/sdlinput.cpp +++ b/src/gui/sdlinput.cpp @@ -162,7 +162,7 @@ void SDLInput::pushInput(const SDL_Event &event) case SDL_MOUSEWHEEL: { - const int x = event.wheel.x; +// const int x = event.wheel.x; const int y = event.wheel.y; if (y) { |