diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-11-26 11:46:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-11-26 11:46:59 +0300 |
commit | f26f957e5392aed8d15e7d16479773157787b267 (patch) | |
tree | 9f07f4be4d1d9cad8e571c19d23a869e0cee003f /src/gui/widgets/textfield.cpp | |
parent | e29c49d5f84544ef8178b7240b30485bfaf9ebce (diff) | |
download | plus-f26f957e5392aed8d15e7d16479773157787b267.tar.gz plus-f26f957e5392aed8d15e7d16479773157787b267.tar.bz2 plus-f26f957e5392aed8d15e7d16479773157787b267.tar.xz plus-f26f957e5392aed8d15e7d16479773157787b267.zip |
fix compilation with SDL2.
Diffstat (limited to 'src/gui/widgets/textfield.cpp')
-rw-r--r-- | src/gui/widgets/textfield.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/textfield.cpp b/src/gui/widgets/textfield.cpp index 47e415c78..8d15108b5 100644 --- a/src/gui/widgets/textfield.cpp +++ b/src/gui/widgets/textfield.cpp @@ -31,9 +31,7 @@ #include "input/keydata.h" #include "input/keyevent.h" -#ifndef USE_INTERNALGUICHAN #include "gui/sdlinput.h" -#endif #include "gui/viewport.h" |