summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/stgavl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/stgavl.hxx')
-rw-r--r--sot/source/sdstor/stgavl.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sot/source/sdstor/stgavl.hxx b/sot/source/sdstor/stgavl.hxx
index c59d25af82a9..ad3d44d870ac 100644
--- a/sot/source/sdstor/stgavl.hxx
+++ b/sot/source/sdstor/stgavl.hxx
@@ -45,7 +45,6 @@ public:
StgAvlNode* Find( StgAvlNode* );
static bool Insert( StgAvlNode**, StgAvlNode* );
static bool Remove( StgAvlNode**, StgAvlNode*, bool bDel = true );
- static bool Move( StgAvlNode**, StgAvlNode**, StgAvlNode* );
virtual short Compare( const StgAvlNode* ) const = 0;
};