summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-07-10 13:37:10 +0200
committerNoel Grandin <noel@peralex.com>2014-07-14 13:27:30 +0200
commit09a90c2ff5d39c3ae61b4041c3b39d3da0c640c1 (patch)
treeba0060a96d6c9ced99f155823cd3cd4de36b6b79 /include
parent44e19aa6c62c3f04239f1f096f0ec99457380019 (diff)
remove unused SvRefBase constructor
Change-Id: I81991231a2cc0b0c9d8289db8435ef8286f1c2bb
Diffstat (limited to 'include')
-rw-r--r--include/tools/ref.hxx3
1 files changed, 0 insertions, 3 deletions
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; }