[Scummvm-cvs-logs] scummvm master -> 601d66df4fbc2b1973c7e24ce3e01b255cf16f98

sev- sev at scummvm.org
Sat Apr 16 14:52:19 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:
601d66df4f HUGO: Fix crashes


Commit: 601d66df4fbc2b1973c7e24ce3e01b255cf16f98
    https://github.com/scummvm/scummvm/commit/601d66df4fbc2b1973c7e24ce3e01b255cf16f98
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2011-04-16T05:54:01-07:00

Commit Message:
HUGO: Fix crashes

Changed paths:
    engines/hugo/dialogs.cpp
    engines/hugo/dialogs.h



diff --git a/engines/hugo/dialogs.cpp b/engines/hugo/dialogs.cpp
index 0b08d48..af8ee4f 100644
--- a/engines/hugo/dialogs.cpp
+++ b/engines/hugo/dialogs.cpp
@@ -293,9 +293,6 @@ void EntryDialog::handleCommand(GUI::CommandSender *sender, uint32 command, uint
 	}
 }
 
-void EntryDialog::reflowLayout() {
-}
-
 void EntryDialog::init() {
 }
 
diff --git a/engines/hugo/dialogs.h b/engines/hugo/dialogs.h
index f870414..fd9c4e7 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(); }






More information about the Scummvm-git-logs mailing list