aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ThemeEngine.h')
-rw-r--r--gui/ThemeEngine.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/gui/ThemeEngine.h b/gui/ThemeEngine.h
index 84e753a4f9..cb1b3dfd07 100644
--- a/gui/ThemeEngine.h
+++ b/gui/ThemeEngine.h
@@ -554,17 +554,6 @@ private:
static Common::String getThemeId(const Common::String &filename);
static void listUsableThemes(Common::FSNode node, Common::List<ThemeDescriptor> &list, int depth=-1);
-public:
- /**
- * @name LEGACY: Old GUI::Theme API
- */
- //@{
-
- int getTabSpacing() const { return 0; }
- int getTabPadding() const { return 3; }
-
- //@}
-
protected:
OSystem *_system; /** Global system object. */