From 810f4a007c6d92ab679205ac22ecc8621fc01168 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 1 May 2012 14:18:42 +0100 Subject: rework callcatcher makefile to build subsequentcheck tests Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c --- canvas/inc/canvas/propertysethelper.hxx | 4 ---- canvas/source/tools/propertysethelper.cxx | 7 ------- 2 files changed, 11 deletions(-) (limited to 'canvas') diff --git a/canvas/inc/canvas/propertysethelper.hxx b/canvas/inc/canvas/propertysethelper.hxx index 182a3930f1f2..0630ca7ac662 100644 --- a/canvas/inc/canvas/propertysethelper.hxx +++ b/canvas/inc/canvas/propertysethelper.hxx @@ -106,10 +106,6 @@ namespace canvas */ PropertySetHelper(); - /** Create helper with given name/value map - */ - explicit PropertySetHelper( const InputMap& rMap ); - /** Init helper with new name/value map @param rMap diff --git a/canvas/source/tools/propertysethelper.cxx b/canvas/source/tools/propertysethelper.cxx index 96438c89fade..1c4faa68f781 100644 --- a/canvas/source/tools/propertysethelper.cxx +++ b/canvas/source/tools/propertysethelper.cxx @@ -71,13 +71,6 @@ namespace canvas { } - PropertySetHelper::PropertySetHelper( const InputMap& rMap ) : - mpMap(), - maMapEntries() - { - initProperties(rMap); - } - void PropertySetHelper::initProperties( const InputMap& rMap ) { mpMap.reset(); -- cgit