summaryrefslogtreecommitdiff
path: root/src/gui/theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-01-25 15:54:28 +0300
committerAndrei Karas <akaras@inbox.ru>2013-01-25 15:54:28 +0300
commit7506dbed4cf9ae76058283f4abc799bdf4614b3d (patch)
tree2f6804f898aba4d74dedece4d739559aa24de099 /src/gui/theme.h
parent8a3fad3fada9c381e70ed8fd40ffa2d69b5ffde8 (diff)
downloadManaVerse-7506dbed4cf9ae76058283f4abc799bdf4614b3d.tar.gz
ManaVerse-7506dbed4cf9ae76058283f4abc799bdf4614b3d.tar.bz2
ManaVerse-7506dbed4cf9ae76058283f4abc799bdf4614b3d.tar.xz
ManaVerse-7506dbed4cf9ae76058283f4abc799bdf4614b3d.zip
Remove unused code for Android keyboard.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r--src/gui/theme.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h
index 4476d2509..213799788 100644
--- a/src/gui/theme.h
+++ b/src/gui/theme.h
@@ -407,12 +407,6 @@ class Theme final : public Palette, public ConfigListener
static ThemeInfo *loadInfo(const std::string &themeName) A_WARN_UNUSED;
- static SDL_Rect *getKeybRect()
-#ifdef ANDROID
- { return mKeybRect; }
-#else
- { return nullptr; }
-#endif
private:
Theme();
@@ -443,9 +437,6 @@ class Theme final : public Palette, public ConfigListener
typedef std::vector<DyePalette*> ProgressColors;
ProgressColors mProgressColors;
-#ifdef ANDROID
- static SDL_Rect *mKeybRect;
-#endif
};
#endif