[Scummvm-cvs-logs] SF.net SVN: scummvm:[55596] scummvm/trunk/engines/sword25/gfx/ graphicengine_script.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jan 28 18:03:17 CET 2011


Revision: 55596
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55596&view=rev
Author:   thebluegr
Date:     2011-01-28 17:03:15 +0000 (Fri, 28 Jan 2011)

Log Message:
-----------
SWORD25: Removed some now unused variables

Modified Paths:
--------------
    scummvm/trunk/engines/sword25/gfx/graphicengine_script.cpp

Modified: scummvm/trunk/engines/sword25/gfx/graphicengine_script.cpp
===================================================================
--- scummvm/trunk/engines/sword25/gfx/graphicengine_script.cpp	2011-01-28 17:02:02 UTC (rev 55595)
+++ scummvm/trunk/engines/sword25/gfx/graphicengine_script.cpp	2011-01-28 17:03:15 UTC (rev 55596)
@@ -344,8 +344,6 @@
 }
 
 static int getFPSCount(lua_State *L) {
-	GraphicEngine *pGE = getGE();
-
 	// Used in a debug function
 	lua_pushnumber(L, 0);
 
@@ -395,7 +393,6 @@
 }
 
 static int getRepaintedPixels(lua_State *L) {
-	GraphicEngine *pGE = getGE();
 	// Used in a debug function.
 	lua_pushnumber(L, 0);
 	return 1;


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