From 8df814b6256361d36a02bbddf8c5db5f070c23b6 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 16 Apr 2011 15:55:16 +0300 Subject: HUGO: cleanup --- engines/hugo/dialogs.cpp | 4 ---- engines/hugo/dialogs.h | 2 -- 2 files changed, 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; }; -- cgit v1.2.3