diff options
| -rw-r--r-- | engines/saga/list.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/engines/saga/list.h b/engines/saga/list.h index 11948ca7af..39da8db0c3 100644 --- a/engines/saga/list.h +++ b/engines/saga/list.h @@ -89,6 +89,7 @@ public:  		return pushBack(element);  	} +#if 0  	iterator reorderUp(iterator pos, CompareFunction compareFunction) {  		iterator i(pos);  		int res; @@ -123,6 +124,7 @@ public:  		}  		return pos;  	} +#endif  	iterator eraseAndPrev(iterator pos) {  		assert(pos != Common_List::end()); | 
