summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/xml++.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/pbd/xml++.h')
-rw-r--r--libs/pbd/pbd/xml++.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/pbd/pbd/xml++.h b/libs/pbd/pbd/xml++.h
index 2a18d9deb7..476e367383 100644
--- a/libs/pbd/pbd/xml++.h
+++ b/libs/pbd/pbd/xml++.h
@@ -141,10 +141,6 @@ public:
bool has_property_with_value (const std::string&, const std::string&) const;
- XMLProperty* add_property(const char* name, const std::string& value);
- XMLProperty* add_property(const char* name, const char* value = "");
- XMLProperty* add_property(const char* name, const long value);
-
bool set_property (const char* name, const std::string& value);
bool set_property (const char* name, const char* cstr) {