diff options
-rw-r--r-- | engines/hugo/dialogs.cpp | 4 | ||||
-rw-r--r-- | engines/hugo/dialogs.h | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/engines/hugo/dialogs.cpp b/engines/hugo/dialogs.cpp index af8ee4f7f6..2d495d6d84 100644 --- a/engines/hugo/dialogs.cpp +++ b/engines/hugo/dialogs.cpp @@ -293,8 +293,4 @@ void EntryDialog::handleCommand(GUI::CommandSender *sender, uint32 command, uint } } -void EntryDialog::init() { -} - - } // End of namespace Hugo diff --git a/engines/hugo/dialogs.h b/engines/hugo/dialogs.h index fd9c4e7ade..917c9292f6 100644 --- a/engines/hugo/dialogs.h +++ b/engines/hugo/dialogs.h @@ -110,8 +110,6 @@ public: const Common::String &getEditString() const { return _text->getEditString(); } protected: - void init(); - GUI::EditTextWidget *_text; }; |