[Scummvm-cvs-logs] SF.net SVN: scummvm:[51143] scummvm/trunk/engines/sci/graphics/frameout.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Thu Jul 22 16:29:00 CEST 2010


Revision: 51143
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51143&view=rev
Author:   mthreepwood
Date:     2010-07-22 14:29:00 +0000 (Thu, 22 Jul 2010)

Log Message:
-----------
Silence gcc warning

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/frameout.cpp

Modified: scummvm/trunk/engines/sci/graphics/frameout.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-07-22 13:19:59 UTC (rev 51142)
+++ scummvm/trunk/engines/sci/graphics/frameout.cpp	2010-07-22 14:29:00 UTC (rev 51143)
@@ -128,8 +128,6 @@
 	// Allocate enough space for all screen items
 	FrameoutEntry *itemData = (FrameoutEntry *)malloc(_screenItems.size() * sizeof(FrameoutEntry));
 
-	const SciGameId gameId = g_sci->getGameId();
-
 	for (Common::List<reg_t>::iterator it = _planes.begin(); it != _planes.end(); it++) {
 		reg_t planeObject = *it;
 		uint16 planePriority = readSelectorValue(_segMan, planeObject, SELECTOR(priority));


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