From 327312c8f5a4fb89b0d38ae179c76e9885bfb698 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 7 Oct 2013 20:05:56 +0300 Subject: move window events handling into eventsmanager. --- src/game.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/game.h') diff --git a/src/game.h b/src/game.h index 34d6d5107..77df0a15b 100644 --- a/src/game.h +++ b/src/game.h @@ -83,12 +83,6 @@ class Game final void handleMove(); -#ifdef USE_SDL2 - void handleSDL2WindowEvent(const SDL_Event &event); -#else - void handleActive(const SDL_Event &event); -#endif - void changeMap(const std::string &mapName); void updateFrameRate(int fpsLimit); -- cgit v1.2.3-60-g2f50