diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-10-07 20:05:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-10-07 20:05:56 +0300 |
commit | 327312c8f5a4fb89b0d38ae179c76e9885bfb698 (patch) | |
tree | 0e9f1eb4fa3ccdcf20f30b2bfbcd678ed402371f /src/client.h | |
parent | c89329623cbe5a2c3d5baf25fc58808f13af6069 (diff) | |
download | mv-327312c8f5a4fb89b0d38ae179c76e9885bfb698.tar.gz mv-327312c8f5a4fb89b0d38ae179c76e9885bfb698.tar.bz2 mv-327312c8f5a4fb89b0d38ae179c76e9885bfb698.tar.xz mv-327312c8f5a4fb89b0d38ae179c76e9885bfb698.zip |
move window events handling into eventsmanager.
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; |