summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'canvas')
-rw-r--r--canvas/inc/propertysethelper.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/canvas/inc/propertysethelper.hxx b/canvas/inc/propertysethelper.hxx
index ebce8ba556a4..aebcbe049e20 100644
--- a/canvas/inc/propertysethelper.hxx
+++ b/canvas/inc/propertysethelper.hxx
@@ -85,13 +85,6 @@ namespace canvas
push_back(aEntry);
return *this;
}
- MakeMap& operator()(const char* name,
- const GetterType& getter)
- {
- MapType::MapEntry aEntry={name, {getter, SetterType()}};
- push_back(aEntry);
- return *this;
- }
};
/** Create helper with zero properties