From 63e093bcd0702783503d0c6d61605dda46cc1b50 Mon Sep 17 00:00:00 2001 From: scrawl Date: Sat, 17 Dec 2016 12:04:03 +0100 Subject: [PATCH] Revert "Handle SDL event 0x304 by doing nothing (#3670)" --- components/sdlutil/sdlinputwrapper.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/sdlutil/sdlinputwrapper.cpp b/components/sdlutil/sdlinputwrapper.cpp index 2f0419d3a..6482f378e 100644 --- a/components/sdlutil/sdlinputwrapper.cpp +++ b/components/sdlutil/sdlinputwrapper.cpp @@ -108,8 +108,6 @@ InputWrapper::InputWrapper(SDL_Window* window, osg::ref_ptr v case SDL_TEXTINPUT: mKeyboardListener->textInput(evt.text); break; - case SDL_KEYMAPCHANGED: - break; case SDL_JOYHATMOTION: //As we manage everything with GameController, don't even bother with these. case SDL_JOYAXISMOTION: case SDL_JOYBUTTONDOWN: