From b0a13b78e7b381cfc9d06a4a351d5d345e15e557 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 21 Jul 2014 12:14:05 +0200 Subject: remove unused SfxPoolItem::Delete_Impl method Change-Id: Idb20e9acd97a27801ff95dc53d3e179326c122d4 --- include/svl/poolitem.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/svl/poolitem.hxx b/include/svl/poolitem.hxx index af8e405de58e..0d438a95546a 100644 --- a/include/svl/poolitem.hxx +++ b/include/svl/poolitem.hxx @@ -173,7 +173,6 @@ public: inline sal_uLong AddRef( sal_uLong n = 1 ) const; private: inline sal_uLong ReleaseRef( sal_uLong n = 1 ) const; - SVL_DLLPRIVATE long Delete_Impl(void*); protected: explicit SfxPoolItem( sal_uInt16 nWhich = 0 ); -- cgit