From f32b297bf39a06b92e33069611cdaf17ee847c8a Mon Sep 17 00:00:00 2001
From: David Robillard
Date: Sat, 14 Apr 2012 18:30:27 +0000
Subject: Remove unused lv2:hasParameter that only makes sense given non-core
technology.
---
lv2/lv2plug.in/ns/lv2core/lv2.h | 1 -
lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 14 --------------
2 files changed, 15 deletions(-)
(limited to 'lv2/lv2plug.in/ns/lv2core')
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.
""" .
-lv2:hasParameter
- a rdf:Property ,
- owl:ObjectProperty ;
- rdfs:label "has parameter" ;
- lv2:documentation """
-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.
-
-This property may be used to indicate any resource has a parameter, it is
-not restricted to plugins.
-""" .
-
lv2:designation
a rdf:Property ,
owl:ObjectProperty ,
--
cgit v1.2.1