aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index 21719041ce..8b8babe27c 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -78,9 +78,7 @@ public:
int getStringWidth(const Common::String &str) const { return _theme->getStringWidth(str); }
int getCharWidth(byte c) const { return _theme->getCharWidth(c); }
- WidgetSize getWidgetSize() {
- return (WidgetSize)(_theme->_evaluator->getVar("widgetSize"));
- }
+ WidgetSize getWidgetSize();
protected: