X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fui%2Fwidgets.cpp;h=08147f6f22ac173e7c7ac51b28ef0b87d3429b6b;hb=20d0a76d2519c71009c3b3babec0df27529f8142;hp=bae54cbf023d7395e19d64e9f1917267a8dfa673;hpb=c2bf905f4b9863fe0f5c876ed00fe298cb95ab6b;p=blank.git diff --git a/src/ui/widgets.cpp b/src/ui/widgets.cpp index bae54cb..08147f6 100644 --- a/src/ui/widgets.cpp +++ b/src/ui/widgets.cpp @@ -287,7 +287,8 @@ void TextInput::Handle(const SDL_TextInputEvent &e) { Insert(e.text); } -void TextInput::Handle(const SDL_TextEditingEvent &e) { +void TextInput::Handle(const SDL_TextEditingEvent &) { + } void TextInput::Refresh() {