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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Sep 16 14:16:28 CEST 2007


Revision: 28925
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28925&view=rev
Author:   fingolfin
Date:     2007-09-16 05:16:28 -0700 (Sun, 16 Sep 2007)

Log Message:
-----------
Turn off unused code (fixing a compiler warning)

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

Modified: scummvm/trunk/engines/saga/sfuncs.cpp
===================================================================
--- scummvm/trunk/engines/saga/sfuncs.cpp	2007-09-16 11:37:14 UTC (rev 28924)
+++ scummvm/trunk/engines/saga/sfuncs.cpp	2007-09-16 12:16:28 UTC (rev 28925)
@@ -1782,7 +1782,7 @@
 
 void Script::sfAddIHNMDemoHelpTextLine(SCRIPTFUNC_PARAMS) {
 	int stringId = thread->pop();
-	int textHeight = _vm->_font->getHeight(kKnownFontVerb, thread->_strings->getString(stringId), 226, kFontCentered);
+	//int textHeight = _vm->_font->getHeight(kKnownFontVerb, thread->_strings->getString(stringId), 226, kFontCentered);
 	TextListEntry textEntry;
 	Event event;
 


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