From 601d66df4fbc2b1973c7e24ce3e01b255cf16f98 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 16 Apr 2011 15:54:01 +0300 Subject: HUGO: Fix crashes --- engines/hugo/dialogs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/hugo/dialogs.h') diff --git a/engines/hugo/dialogs.h b/engines/hugo/dialogs.h index f870414a93..fd9c4e7ade 100644 --- a/engines/hugo/dialogs.h +++ b/engines/hugo/dialogs.h @@ -105,7 +105,6 @@ public: EntryDialog(const Common::String &title, const Common::String &buttonLabel, const Common::String &defaultValue); virtual ~EntryDialog(); - void reflowLayout(); void handleCommand(GUI::CommandSender *sender, uint32 command, uint32 data); const Common::String &getEditString() const { return _text->getEditString(); } -- cgit v1.2.3