[Scummvm-cvs-logs] SF.net SVN: scummvm:[39765] scummvm/trunk/engines/sci/engine/game.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Mar 30 16:06:07 CEST 2009


Revision: 39765
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39765&view=rev
Author:   thebluegr
Date:     2009-03-30 14:06:07 +0000 (Mon, 30 Mar 2009)

Log Message:
-----------
Disabled some unused code

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/game.cpp

Modified: scummvm/trunk/engines/sci/engine/game.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/game.cpp	2009-03-30 13:42:28 UTC (rev 39764)
+++ scummvm/trunk/engines/sci/engine/game.cpp	2009-03-30 14:06:07 UTC (rev 39765)
@@ -264,6 +264,8 @@
 	return (int16)READ_LE_UINT16(res->data + offset);
 }
 
+#if 0
+// Unreferenced - removed
 int test_cursor_style(EngineState *s) {
 	int resource_nr = 0;
 	int ok = 0;
@@ -274,6 +276,7 @@
 
 	return ok;
 }
+#endif
 
 int create_class_table_sci11(EngineState *s) {
 	int scriptnr;


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