mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 17:46:22 +00:00
Disable unused code
svn-id: r35266
This commit is contained in:
parent
4946e6584e
commit
c69cacfe2d
@ -89,6 +89,7 @@ public:
|
|||||||
return pushBack(element);
|
return pushBack(element);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
iterator reorderUp(iterator pos, CompareFunction compareFunction) {
|
iterator reorderUp(iterator pos, CompareFunction compareFunction) {
|
||||||
iterator i(pos);
|
iterator i(pos);
|
||||||
int res;
|
int res;
|
||||||
@ -123,6 +124,7 @@ public:
|
|||||||
}
|
}
|
||||||
return pos;
|
return pos;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
iterator eraseAndPrev(iterator pos) {
|
iterator eraseAndPrev(iterator pos) {
|
||||||
assert(pos != Common_List::end());
|
assert(pos != Common_List::end());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user