summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svtools/treelistbox.hxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/svtools/treelistbox.hxx b/include/svtools/treelistbox.hxx
index 086589183467..667f8ddd3195 100644
--- a/include/svtools/treelistbox.hxx
+++ b/include/svtools/treelistbox.hxx
@@ -177,18 +177,6 @@ public:
virtual void Clone(SvLBoxItem* pSource) = 0;
};
-inline SvLBoxItem* new_clone(const SvLBoxItem& rSrc)
-{
- SvLBoxItem* p = rSrc.Create();
- p->Clone(const_cast<SvLBoxItem*>(&rSrc));
- return p;
-}
-
-inline void delete_clone(const SvLBoxItem* p)
-{
- delete p;
-}
-
// *********************************************************************
// ****************************** SvTreeListBox ************************
// *********************************************************************