[Scummvm-cvs-logs] SF.net SVN: scummvm:[48240] scummvm/trunk/gui

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Mar 12 00:40:40 CET 2010


Revision: 48240
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48240&view=rev
Author:   fingolfin
Date:     2010-03-11 23:40:40 +0000 (Thu, 11 Mar 2010)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/gui/GuiManager.cpp
    scummvm/trunk/gui/widget.h

Modified: scummvm/trunk/gui/GuiManager.cpp
===================================================================
--- scummvm/trunk/gui/GuiManager.cpp	2010-03-11 23:40:19 UTC (rev 48239)
+++ scummvm/trunk/gui/GuiManager.cpp	2010-03-11 23:40:40 UTC (rev 48240)
@@ -440,7 +440,7 @@
 bool GuiManager::checkScreenChange() {
 	int tmpScreenChangeID = _system->getScreenChangeID();
 	if (_lastScreenChangeID != tmpScreenChangeID) {
-		GuiManager::screenChange();
+		screenChange();
 		return true;
 	}
 	return false;

Modified: scummvm/trunk/gui/widget.h
===================================================================
--- scummvm/trunk/gui/widget.h	2010-03-11 23:40:19 UTC (rev 48239)
+++ scummvm/trunk/gui/widget.h	2010-03-11 23:40:40 UTC (rev 48240)
@@ -120,8 +120,6 @@
 	virtual bool handleKeyUp(Common::KeyState state) { return false; }	// Return true if the event was handled
 	virtual void handleTickle() {}
 
-	virtual void reflowLayout() { GuiObject::reflowLayout(); }
-
 	void draw();
 	void receivedFocus() { _hasFocus = true; receivedFocusWidget(); }
 	void lostFocus() { _hasFocus = false; lostFocusWidget(); }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list