diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-02 14:21:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-02 14:21:37 +0300 |
commit | 2f8fac791e34fe3831518490ae26c752b49ec1f6 (patch) | |
tree | fc3ba7526d8dfc7d2f796d895881142eae42b6fe /src/gui/widgets/textfield.h | |
parent | fa4ce6cc00f1d3029ccfe7fd02cca29d4147bfb3 (diff) | |
download | ManaVerse-2f8fac791e34fe3831518490ae26c752b49ec1f6.tar.gz ManaVerse-2f8fac791e34fe3831518490ae26c752b49ec1f6.tar.bz2 ManaVerse-2f8fac791e34fe3831518490ae26c752b49ec1f6.tar.xz ManaVerse-2f8fac791e34fe3831518490ae26c752b49ec1f6.zip |
Simplify actions handling in textfield.
Diffstat (limited to 'src/gui/widgets/textfield.h')
-rw-r--r-- | src/gui/widgets/textfield.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/widgets/textfield.h b/src/gui/widgets/textfield.h index ccc1b16d6..c459d34f7 100644 --- a/src/gui/widgets/textfield.h +++ b/src/gui/widgets/textfield.h @@ -152,10 +152,6 @@ class TextField : public gcn::TextField, void handleCtrlKeys(const int action, bool &consumed); -#ifndef USE_SDL2 - void handleSDLKeys(const int val, bool &consumed); -#endif - static Skin *mSkin; private: |