[Scummvm-cvs-logs] SF.net SVN: scummvm:[35266] scummvm/trunk/engines/saga/list.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Dec 7 01:19:50 CET 2008


Revision: 35266
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35266&view=rev
Author:   thebluegr
Date:     2008-12-07 00:19:50 +0000 (Sun, 07 Dec 2008)

Log Message:
-----------
Disable unused code

Modified Paths:
--------------
    scummvm/trunk/engines/saga/list.h

Modified: scummvm/trunk/engines/saga/list.h
===================================================================
--- scummvm/trunk/engines/saga/list.h	2008-12-07 00:13:55 UTC (rev 35265)
+++ scummvm/trunk/engines/saga/list.h	2008-12-07 00:19:50 UTC (rev 35266)
@@ -89,6 +89,7 @@
 		return pushBack(element);
 	}
 
+#if 0
 	iterator reorderUp(iterator pos, CompareFunction compareFunction) {
 		iterator i(pos);
 		int res;
@@ -123,6 +124,7 @@
 		}
 		return pos;
 	}
+#endif
 
 	iterator eraseAndPrev(iterator pos) {
 		assert(pos != Common_List::end());


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