diff options
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r-- | gui/ThemeEngine.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h index e9ca1a919d..948ef21023 100644 --- a/gui/ThemeEngine.h +++ b/gui/ThemeEngine.h @@ -240,6 +240,7 @@ public: struct Renderer { const char *name; + const char *shortname; const char *cfg; GraphicsMode mode; }; @@ -265,17 +266,6 @@ public: void enable(); void disable(); - struct StoredState { - Common::Rect r; - Graphics::Surface screen; - Graphics::Surface backBuffer; - - StoredState() {} - }; - - StoredState *storeState(const Common::Rect &r); - void restoreState(StoredState *state); - /** * Implementation of the GUI::Theme API. Called when a * new dialog is opened. Note that the boolean parameter |