diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-03 18:21:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-03 18:21:45 +0300 |
commit | 37241d3f8552e1bdbd4b966fb95d7e9df1546994 (patch) | |
tree | e55aea10d923d85b8eaa4a04a78c8de4aff0f80d /src/gui/sdlinput.h | |
parent | 2740b416b99855e0b411b06dce2fc1eb4fa93f2c (diff) | |
download | mv-37241d3f8552e1bdbd4b966fb95d7e9df1546994.tar.gz mv-37241d3f8552e1bdbd4b966fb95d7e9df1546994.tar.bz2 mv-37241d3f8552e1bdbd4b966fb95d7e9df1546994.tar.xz mv-37241d3f8552e1bdbd4b966fb95d7e9df1546994.zip |
Remove 2 from methods name in sdlinput.
Diffstat (limited to 'src/gui/sdlinput.h')
-rw-r--r-- | src/gui/sdlinput.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h index 8197aa110..6102de743 100644 --- a/src/gui/sdlinput.h +++ b/src/gui/sdlinput.h @@ -107,10 +107,7 @@ public: */ void pushInput(const SDL_Event &event); - KeyInput dequeueKeyInput2() A_WARN_UNUSED; - - KeyInput dequeueKeyInput() A_WARN_UNUSED - { return KeyInput(); } + KeyInput dequeueKeyInput() A_WARN_UNUSED; // Inherited from SDLInput @@ -120,8 +117,6 @@ public: MouseInput dequeueMouseInput() A_WARN_UNUSED; - MouseInput dequeueMouseInput2() A_WARN_UNUSED; - void simulateMouseClick(const int x, const int y, const unsigned int button); |