diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-25 15:54:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-25 15:54:28 +0300 |
commit | 7506dbed4cf9ae76058283f4abc799bdf4614b3d (patch) | |
tree | 2f6804f898aba4d74dedece4d739559aa24de099 /src/gui/theme.cpp | |
parent | 8a3fad3fada9c381e70ed8fd40ffa2d69b5ffde8 (diff) | |
download | plus-7506dbed4cf9ae76058283f4abc799bdf4614b3d.tar.gz plus-7506dbed4cf9ae76058283f4abc799bdf4614b3d.tar.bz2 plus-7506dbed4cf9ae76058283f4abc799bdf4614b3d.tar.xz plus-7506dbed4cf9ae76058283f4abc799bdf4614b3d.zip |
Remove unused code for Android keyboard.
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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() |