diff options
author | David Robillard <d@drobilla.net> | 2012-04-14 18:30:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-14 18:30:27 +0000 |
commit | f32b297bf39a06b92e33069611cdaf17ee847c8a (patch) | |
tree | 91e0dcb87de868d68782a6a8906ff3490014d695 /lv2/lv2plug.in | |
parent | 96a5b2997f4b62cb32887825bea70909b9f54243 (diff) | |
download | lv2-f32b297bf39a06b92e33069611cdaf17ee847c8a.tar.xz |
Remove unused lv2:hasParameter that only makes sense given non-core technology.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2.h | 1 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 14 |
2 files changed, 0 insertions, 15 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2.h b/lv2/lv2plug.in/ns/lv2core/lv2.h index e86113e..9249cd3 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2.h +++ b/lv2/lv2plug.in/ns/lv2core/lv2.h @@ -93,7 +93,6 @@ #define LV2_CORE__extensionData LV2_CORE_PREFIX "extensionData" #define LV2_CORE__freeWheeling LV2_CORE_PREFIX "freeWheeling" #define LV2_CORE__hardRTCapable LV2_CORE_PREFIX "hardRTCapable" -#define LV2_CORE__hasParameter LV2_CORE_PREFIX "hasParameter" #define LV2_CORE__inPlaceBroken LV2_CORE_PREFIX "inPlaceBroken" #define LV2_CORE__index LV2_CORE_PREFIX "index" #define LV2_CORE__integer LV2_CORE_PREFIX "integer" diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index cc3b9e9..6d016fb 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -506,20 +506,6 @@ with lv2:designation. Other methods, such as setting dynamic parameters via messages, are possible but not defined here.</p> """ . -lv2:hasParameter - a rdf:Property , - owl:ObjectProperty ; - rdfs:label "has parameter" ; - lv2:documentation """ -<p>Indicates that a specific parameter is supported. This predicate is to -advertise that a plugin supports a parameter in some way other than a port -value, such as a message interface. It is not necessary use for control port -parameters, simply use lv2:designation on the port for that.</p> - -<p>This property may be used to indicate any resource has a parameter, it is -not restricted to plugins.</p> -""" . - lv2:designation a rdf:Property , owl:ObjectProperty , |