summaryrefslogtreecommitdiff
path: root/src/gui/widgets/textfield.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-03-02 14:21:37 +0300
committerAndrei Karas <akaras@inbox.ru>2014-03-02 14:21:37 +0300
commit2f8fac791e34fe3831518490ae26c752b49ec1f6 (patch)
treefc3ba7526d8dfc7d2f796d895881142eae42b6fe /src/gui/widgets/textfield.h
parentfa4ce6cc00f1d3029ccfe7fd02cca29d4147bfb3 (diff)
downloadplus-2f8fac791e34fe3831518490ae26c752b49ec1f6.tar.gz
plus-2f8fac791e34fe3831518490ae26c752b49ec1f6.tar.bz2
plus-2f8fac791e34fe3831518490ae26c752b49ec1f6.tar.xz
plus-2f8fac791e34fe3831518490ae26c752b49ec1f6.zip
Simplify actions handling in textfield.
Diffstat (limited to 'src/gui/widgets/textfield.h')
-rw-r--r--src/gui/widgets/textfield.h4
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: