diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client.h b/src/client.h index d107632a5..65e02e006 100644 --- a/src/client.h +++ b/src/client.h @@ -312,12 +312,6 @@ public: static void applyKeyRepeat(); -#ifdef USE_SDL2 - void handleSDL2WindowEvent(const SDL_Event &event); -#else - void handleActive(const SDL_Event &event); -#endif - void optionChanged(const std::string &name) override; void action(const gcn::ActionEvent &event) override; |