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.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/gui/theme.h') 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 ProgressColors; ProgressColors mProgressColors; -#ifdef ANDROID - static SDL_Rect *mKeybRect; -#endif }; #endif -- cgit v1.2.3-70-g09d2