diff options
Diffstat (limited to 'gui/newgui.cpp')
-rw-r--r-- | gui/newgui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index 6e941dd787..cc63d39692 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -54,11 +54,6 @@ enum { kKeyRepeatSustainDelay = 100 }; -// HACK. FIXME. This doesn't belong here. But otherwise it creates compilation problems -GuiObject::GuiObject(const Common::String &name) : _firstWidget(0) { - _name = name; -} - void GuiObject::reflowLayout() { if (!_name.empty()) { if ((_x = g_gui.evaluator()->getVar(_name + ".x")) == EVAL_UNDEF_VAR) |