aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/theme.h')
-rw-r--r--gui/theme.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/gui/theme.h b/gui/theme.h
index 74158f473c..2a0b908330 100644
--- a/gui/theme.h
+++ b/gui/theme.h
@@ -370,12 +370,8 @@ public:
static bool themeConfigUseable(const Common::String &file, const Common::String &style="", Common::String *cStyle=0, Common::ConfigFile *cfg=0);
- const Common::String &getStylefileName() const { return _stylefile; }
- virtual const Common::String &getThemeName() const { return _stylename; }
-
- virtual bool isDynamic() {
- return false;
- }
+ virtual const Common::String &getThemeFileName() const = 0;
+ virtual const Common::String &getThemeName() const = 0;
/**
* Checks if the theme renderer supports drawing of images.