diff options
Diffstat (limited to 'src/plugin.c')
-rw-r--r-- | src/plugin.c | 16 |
1 files changed, 0 insertions, 16 deletions
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) { |