diff options
author | David Robillard <d@drobilla.net> | 2011-04-29 02:46:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-29 02:46:53 +0000 |
commit | 3760ff6900140d9bae6f811f8d13112862adc751 (patch) | |
tree | c166c4bca4b7eeba5967c691619f0df36f6aa113 /lilv/lilvmm.hpp | |
parent | c1c9e8fd70ba0e8f377ffc551c817ecd8dee796e (diff) | |
download | lilv-3760ff6900140d9bae6f811f8d13112862adc751.tar.gz lilv-3760ff6900140d9bae6f811f8d13112862adc751.tar.bz2 lilv-3760ff6900140d9bae6f811f8d13112862adc751.zip |
Remove half-assed qname API.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3226 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv/lilvmm.hpp')
-rw-r--r-- | lilv/lilvmm.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lilv/lilvmm.hpp b/lilv/lilvmm.hpp index 3c2189a..b2fe293 100644 --- a/lilv/lilvmm.hpp +++ b/lilv/lilvmm.hpp @@ -168,7 +168,6 @@ struct Port { inline RT name (T1 a1) { return lilv_port_ ## name (parent, me, a1); } LILV_PORT_WRAP1(LilvValues*, get_value, LilvValue*, predicate); - LILV_PORT_WRAP1(LilvValues*, get_value_by_qname, const char*, predicate); LILV_PORT_WRAP0(LilvValues*, get_properties) LILV_PORT_WRAP1(bool, has_property, LilvValue*, property_uri); LILV_PORT_WRAP1(bool, supports_event, LilvValue*, event_uri); @@ -196,7 +195,6 @@ struct Plugin { LILV_WRAP0(Value, plugin, get_name); LILV_WRAP0(PluginClass, plugin, get_class); LILV_WRAP1(Values, plugin, get_value, Value, pred); - LILV_WRAP1(Values, plugin, get_value_by_qname, const char*, predicate); LILV_WRAP2(Values, plugin, get_value_for_subject, Value, subject, Value, predicate); LILV_WRAP1(bool, plugin, has_feature, Value, feature_uri); |