[Scummvm-cvs-logs] SF.net SVN: scummvm: [24792] scummvm/trunk/engines/saga/actor.cpp

cyx at users.sourceforge.net cyx at users.sourceforge.net
Mon Nov 27 01:50:00 CET 2006


Revision: 24792
          http://svn.sourceforge.net/scummvm/?rev=24792&view=rev
Author:   cyx
Date:     2006-11-26 16:49:59 -0800 (Sun, 26 Nov 2006)

Log Message:
-----------
Got rid of an 'unused variable' warning

Modified Paths:
--------------
    scummvm/trunk/engines/saga/actor.cpp

Modified: scummvm/trunk/engines/saga/actor.cpp
===================================================================
--- scummvm/trunk/engines/saga/actor.cpp	2006-11-26 22:39:34 UTC (rev 24791)
+++ scummvm/trunk/engines/saga/actor.cpp	2006-11-27 00:49:59 UTC (rev 24792)
@@ -1080,7 +1080,6 @@
 	int i;
 	ActorData *actor;
 	int width, height, height2;
-	Point posPoint;
 
 	if (_activeSpeech.playing) {
 		_activeSpeech.playingTime -= msec;


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