From 7506dbed4cf9ae76058283f4abc799bdf4614b3d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 25 Jan 2013 15:54:28 +0300 Subject: Remove unused code for Android keyboard. --- src/gui/theme.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/gui/theme.cpp') diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 3e7775b63..042373250 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -46,9 +46,6 @@ static std::string defaultThemePath; std::string Theme::mThemePath; std::string Theme::mThemeName; Theme *Theme::mInstance = nullptr; -#ifdef ANDROID -SDL_Rect *Theme::mKeybRect = nullptr; -#endif // Set the theme path... static void initDefaultThemePath() @@ -652,9 +649,6 @@ void Theme::fillSoundsList(StringVect &list) void Theme::selectSkin() { prepareThemePath(); -#ifdef ANDROID - mKeybRect = SDL_GetScreenKeyboardBlock(); -#endif } void Theme::prepareThemePath() -- cgit v1.2.3-70-g09d2