From dcb6d4ed06ef2d7f523789979b3a9caaf5f9af9c Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 14 Apr 2008 15:59:32 +0000 Subject: Reverted commit #31499 svn-id: r31502 --- common/list.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common') diff --git a/common/list.h b/common/list.h index 7c514fd6f4..2fe07a5ccc 100644 --- a/common/list.h +++ b/common/list.h @@ -26,7 +26,6 @@ #define COMMON_LIST_H #include "common/scummsys.h" -#include "common/algorithm.h" namespace Common { @@ -268,10 +267,6 @@ public: const_iterator end() const { return const_iterator(const_cast(&_anchor)); } - - bool contains(const t_T &key) const { - return find(begin(), end(), key) != end(); - } }; } // End of namespace Common -- cgit v1.2.3