[Scummvm-cvs-logs] scummvm master -> 8df814b6256361d36a02bbddf8c5db5f070c23b6
sev-
sev at scummvm.org
Sat Apr 16 14:53:36 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
8df814b625 HUGO: cleanup
Commit: 8df814b6256361d36a02bbddf8c5db5f070c23b6
https://github.com/scummvm/scummvm/commit/8df814b6256361d36a02bbddf8c5db5f070c23b6
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-04-16T05:55:16-07:00
Commit Message:
HUGO: cleanup
Changed paths:
engines/hugo/dialogs.cpp
engines/hugo/dialogs.h
diff --git a/engines/hugo/dialogs.cpp b/engines/hugo/dialogs.cpp
index af8ee4f..2d495d6 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 fd9c4e7..917c929 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;
};
More information about the Scummvm-git-logs
mailing list