]> git.localhorst.tv Git - blank.git/blobdiff - src/ui/widgets.cpp
make gcc nag more
[blank.git] / src / ui / widgets.cpp
index bae54cbf023d7395e19d64e9f1917267a8dfa673..08147f6f22ac173e7c7ac51b28ef0b87d3429b6b 100644 (file)
@@ -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() {