From eb9841897bbe93da6aa4ca2537a3e22b3a868d98 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 27 Aug 2013 19:30:48 +0300 Subject: fix compilation warnings. --- src/gui/sdlinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/sdlinput.cpp') 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) { -- cgit v1.2.3-60-g2f50