aboutsummaryrefslogtreecommitdiff
path: root/gui/newgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/newgui.h')
-rw-r--r--gui/newgui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/newgui.h b/gui/newgui.h
index c6313feedd..c2ec61dd34 100644
--- a/gui/newgui.h
+++ b/gui/newgui.h
@@ -82,11 +82,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); }
- // FIXME: clearDragWidget is apparently there for the sake of PopUpWidget::handleMouseDown.
- // This seems to be an ugly hack. At the very least, it should be thoroughly documented.
- // Better would be to replace it with a proper solution.
- void clearDragWidget();
-
/**
* Tell the GuiManager to check whether the screen resolution has changed.
* If that is the case, the GuiManager will reload/refresh the active theme.