summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--src/plugin.c16
2 files changed, 2 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index ac6f984..cee16dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,9 @@ slv2 (0.6.7) unstable; urgency=low
* Parse all files with their own URI as a base URI (allowing proper
reference to other things in the same bundle)
* Support relative URIs returned from lv2_descriptor in libraries
+ * Remove nonsensical slv2_plugin_get_properties and slv2_plugin_get_hints
- -- David Robillard <d@drobilla.net> ?
+ -- David Robillard <d@drobilla.net> (UNRELEASED)
slv2 (0.6.6) unstable; urgency=low
diff --git a/src/plugin.c b/src/plugin.c
index 986eed2..45177e1 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -538,22 +538,6 @@ slv2_plugin_get_value_for_subject(SLV2Plugin p,
}
-SLV2Values
-slv2_plugin_get_properties(SLV2Plugin p)
-{
- // FIXME: APIBREAK: This predicate does not even exist. Remove this function.
- return slv2_plugin_get_value_by_qname(p, "lv2:pluginProperty");
-}
-
-
-SLV2Values
-slv2_plugin_get_hints(SLV2Plugin p)
-{
- // FIXME: APIBREAK: This predicate does not even exist. Remove this function.
- return slv2_plugin_get_value_by_qname(p, "lv2:pluginHint");
-}
-
-
uint32_t
slv2_plugin_get_num_ports(SLV2Plugin p)
{