From 09a90c2ff5d39c3ae61b4041c3b39d3da0c640c1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 10 Jul 2014 13:37:10 +0200 Subject: remove unused SvRefBase constructor Change-Id: I81991231a2cc0b0c9d8289db8435ef8286f1c2bb --- include/tools/ref.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/tools/ref.hxx b/include/tools/ref.hxx index a6782f051e7c..4d9bc86bb180 100644 --- a/include/tools/ref.hxx +++ b/include/tools/ref.hxx @@ -155,9 +155,6 @@ public: SvRefBase() { nRefCount = SV_NO_DELETE_REFCOUNT; } - SvRefBase( const SvRefBase & /* rObj */ ) - { nRefCount = SV_NO_DELETE_REFCOUNT; } - SvRefBase & operator = ( const SvRefBase & ) { return *this; } -- cgit