[Scummvm-cvs-logs] SF.net SVN: scummvm:[40411] scummvm/trunk/engines/sci/scicore

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun May 10 11:53:39 CEST 2009


Revision: 40411
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40411&view=rev
Author:   thebluegr
Date:     2009-05-10 09:53:39 +0000 (Sun, 10 May 2009)

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

Modified Paths:
--------------
    scummvm/trunk/engines/sci/scicore/vocab_debug.cpp
    scummvm/trunk/engines/sci/scicore/vocabulary.h

Modified: scummvm/trunk/engines/sci/scicore/vocab_debug.cpp
===================================================================
--- scummvm/trunk/engines/sci/scicore/vocab_debug.cpp	2009-05-10 09:51:05 UTC (rev 40410)
+++ scummvm/trunk/engines/sci/scicore/vocab_debug.cpp	2009-05-10 09:53:39 UTC (rev 40411)
@@ -280,6 +280,7 @@
 	/*0x7d*/ "IsItSkip"
 };
 
+#if 0
 int *vocabulary_get_classes(ResourceManager *resmgr, int* count) {
 	Resource* r;
 	int *c;
@@ -305,6 +306,7 @@
 
 	return r->size / 4;
 }
+#endif
 
 bool vocabulary_get_snames(ResourceManager *resmgr, sci_version_t version, Common::StringList &selectorNames) {
 	int count;

Modified: scummvm/trunk/engines/sci/scicore/vocabulary.h
===================================================================
--- scummvm/trunk/engines/sci/scicore/vocabulary.h	2009-05-10 09:51:05 UTC (rev 40410)
+++ scummvm/trunk/engines/sci/scicore/vocabulary.h	2009-05-10 09:53:39 UTC (rev 40411)
@@ -186,9 +186,10 @@
 
 /*FIXME: These need freeing functions...*/
 
+#if 0
 int *vocabulary_get_classes(ResourceManager *resmgr, int *count);
-
 int vocabulary_get_class_count(ResourceManager *resmgr);
+#endif
 
 /**
  * Fills the given StringList with selector names.


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