diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-05 09:29:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-05 09:29:23 +0000 |
commit | 96cf4e158fcc89adab81232ba63f11f97276853d (patch) | |
tree | 7d51d0f227c691fc143a52dd6601774077788818 /sot | |
parent | 159b5088ee303f7adf6a4c0e5e72b32c37f9f910 (diff) |
unused inline
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/stgdir.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgdir.hxx b/sot/source/sdstor/stgdir.hxx index f260d42de3e8..8aaa359071f0 100644 --- a/sot/source/sdstor/stgdir.hxx +++ b/sot/source/sdstor/stgdir.hxx @@ -125,7 +125,6 @@ public: StgIterator( StgDirEntry& rStg ) : StgAvlIterator( rStg.pDown ) {} StgDirEntry* First() { return (StgDirEntry*) StgAvlIterator::First(); } StgDirEntry* Next() { return (StgDirEntry*) StgAvlIterator::Next(); } - StgDirEntry* Last() { return (StgDirEntry*) StgAvlIterator::Last(); } StgDirEntry* Prev() { return (StgDirEntry*) StgAvlIterator::Prev(); } }; |