aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
authorMax Horn2008-11-12 13:14:44 +0000
committerMax Horn2008-11-12 13:14:44 +0000
commit144be21bed1001c4a72739ef7656908cbf71e909 (patch)
tree45ebe3f4e3ea3079f54f7d9e705de502af9ac91f /gui/newgui.h
parent190468c79a56eb75e7bdcb2bb558042e347a74d1 (diff)
downloadscummvm-rg350-144be21bed1001c4a72739ef7656908cbf71e909.tar.gz
scummvm-rg350-144be21bed1001c4a72739ef7656908cbf71e909.tar.bz2
scummvm-rg350-144be21bed1001c4a72739ef7656908cbf71e909.zip
GUI: Got rid of the WidgetSize stuff
svn-id: r35022
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index c87b4fd177..e7ee19769e 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -88,8 +88,6 @@ public:
int getStringWidth(const Common::String &str, ThemeEngine::FontStyle style = ThemeEngine::kFontStyleBold) const { return _theme->getStringWidth(str, style); }
int getCharWidth(byte c, ThemeEngine::FontStyle style = ThemeEngine::kFontStyleBold) const { return _theme->getCharWidth(c, style); }
- WidgetSize getWidgetSize();
-
void clearDragWidget();
void screenChange();