diff options
author | Eugene Sandulenko | 2011-04-16 15:55:16 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2011-04-16 15:55:16 +0300 |
commit | 8df814b6256361d36a02bbddf8c5db5f070c23b6 (patch) | |
tree | 1adc65c36b8c9a2678ff1826033fd8e36836d80f /engines/hugo | |
parent | 601d66df4fbc2b1973c7e24ce3e01b255cf16f98 (diff) | |
download | scummvm-rg350-8df814b6256361d36a02bbddf8c5db5f070c23b6.tar.gz scummvm-rg350-8df814b6256361d36a02bbddf8c5db5f070c23b6.tar.bz2 scummvm-rg350-8df814b6256361d36a02bbddf8c5db5f070c23b6.zip |
HUGO: cleanup
Diffstat (limited to 'engines/hugo')
-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; }; |