[Scummvm-cvs-logs] SF.net SVN: scummvm: [31502] scummvm/trunk/common/list.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Apr 14 17:59:32 CEST 2008


Revision: 31502
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31502&view=rev
Author:   thebluegr
Date:     2008-04-14 08:59:32 -0700 (Mon, 14 Apr 2008)

Log Message:
-----------
Reverted commit #31499

Modified Paths:
--------------
    scummvm/trunk/common/list.h

Modified: scummvm/trunk/common/list.h
===================================================================
--- scummvm/trunk/common/list.h	2008-04-14 12:11:10 UTC (rev 31501)
+++ scummvm/trunk/common/list.h	2008-04-14 15:59:32 UTC (rev 31502)
@@ -26,7 +26,6 @@
 #define COMMON_LIST_H
 
 #include "common/scummsys.h"
-#include "common/algorithm.h"
 
 namespace Common {
 
@@ -268,10 +267,6 @@
 	const_iterator	end() const {
 		return const_iterator(const_cast<NodeBase*>(&_anchor));
 	}
-
-	bool contains(const t_T &key) const {
-		return find(begin(), end(), key) != end();
-	}
 };
 
 } // End of namespace Common


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