[Scummvm-cvs-logs] SF.net SVN: scummvm:[36314] tools/trunk/degob_script_v5.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Fri Feb 13 21:03:12 CET 2009


Revision: 36314
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36314&view=rev
Author:   wjpalenstijn
Date:     2009-02-13 20:03:09 +0000 (Fri, 13 Feb 2009)

Log Message:
-----------
fix warning

Modified Paths:
--------------
    tools/trunk/degob_script_v5.cpp

Modified: tools/trunk/degob_script_v5.cpp
===================================================================
--- tools/trunk/degob_script_v5.cpp	2009-02-13 20:01:50 UTC (rev 36313)
+++ tools/trunk/degob_script_v5.cpp	2009-02-13 20:03:09 UTC (rev 36314)
@@ -722,8 +722,6 @@
 }
 
 void Script_v5::o5_istrlen(FuncParams &params) {
-	int16 sSize1, sSize2;
-
 	if (peekUint8() == 0x80)
 		skip(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