summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgavl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgavl.cxx')
-rw-r--r--sot/source/sdstor/stgavl.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sot/source/sdstor/stgavl.cxx b/sot/source/sdstor/stgavl.cxx
index b451bf2634d6..45572126210a 100644
--- a/sot/source/sdstor/stgavl.cxx
+++ b/sot/source/sdstor/stgavl.cxx
@@ -401,12 +401,6 @@ StgAvlNode* StgAvlIterator::First()
return Next();
}
-StgAvlNode* StgAvlIterator::Last()
-{
- nCur = nCount;
- return Prev();
-}
-
StgAvlNode* StgAvlIterator::Next()
{
return Find( ++nCur );