summaryrefslogtreecommitdiff
path: root/store/source/stortree.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/stortree.hxx')
-rw-r--r--store/source/stortree.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/store/source/stortree.hxx b/store/source/stortree.hxx
index 63443e098e46..7b9c302b5643 100644
--- a/store/source/stortree.hxx
+++ b/store/source/stortree.hxx
@@ -222,12 +222,6 @@ struct OStoreBTreeNodeData : public store::OStorePageData
void insert (sal_uInt16 i, const T& t);
void remove (sal_uInt16 i);
-#if 0 /* NYI */
- /** merge (with right page).
- */
- void merge (const self& rPageR);
-#endif
-
/** split (left half copied from right half of left page).
*/
void split (const self& rPageL);