aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/dialogs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/dialogs.h')
-rw-r--r--engines/hugo/dialogs.h1
1 files changed, 0 insertions, 1 deletions
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(); }