[Scummvm-cvs-logs] SF.net SVN: scummvm:[44809] scummvm/trunk/engines/sci/gui/gui.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Oct 9 11:41:36 CEST 2009


Revision: 44809
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44809&view=rev
Author:   fingolfin
Date:     2009-10-09 09:41:35 +0000 (Fri, 09 Oct 2009)

Log Message:
-----------
Fix warning

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui/gui.cpp

Modified: scummvm/trunk/engines/sci/gui/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-09 08:15:30 UTC (rev 44808)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-09 09:41:35 UTC (rev 44809)
@@ -423,7 +423,6 @@
 
 void SciGui::addToPicList(reg_t listReference, int argc, reg_t *argv) {
 	List *list;
-	Common::List<GuiAnimateList> *sortedList;
 
 	_gfx->SetPort((GuiPort *)_windowMgr->_picWind);
 
@@ -431,6 +430,7 @@
 	if (!list)
 		error("kAddToPic called with non-list as parameter");
 
+//	Common::List<GuiAnimateList> *sortedList;
 //	sortedList = _gfx->AnimateMakeSortedList(list);
 
 //	uint16 szList = list.getSize();


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