aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-19 04:42:53 +0000
committerDavid Robillard <d@drobilla.net>2012-02-19 04:42:53 +0000
commit306174bddca167b90318674dc95311780258ee9f (patch)
treef00ec023c60af7e2c2cfbbd23ab69f83a194c600
parentab74953ba3f8ff649ff1c53536a7b649763c677d (diff)
downloadlv2-306174bddca167b90318674dc95311780258ee9f.tar.xz
Remove atom:Bang.
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.h1
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl6
2 files changed, 0 insertions, 7 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.h b/lv2/lv2plug.in/ns/ext/atom/atom.h
index 791e18c..3609cc9 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.h
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.h
@@ -28,7 +28,6 @@
#define LV2_ATOM_URI "http://lv2plug.in/ns/ext/atom"
#define LV2_ATOM__Atom LV2_ATOM_URI "#Atom"
-#define LV2_ATOM__Bang LV2_ATOM_URI "#Bang"
#define LV2_ATOM__Number LV2_ATOM_URI "#Number"
#define LV2_ATOM__Int32 LV2_ATOM_URI "#Int32"
#define LV2_ATOM__Int64 LV2_ATOM_URI "#Int64"
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index ce1aed2..e6b5207 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -109,12 +109,6 @@ atom with both <code>type</code> <em>and</em> <code>size</code> 0 is
<q>null</q>, which is not considered a Reference.</p>
""" .
-atom:Bang
- a rdfs:Class ;
- rdfs:subClassOf atom:Atom ;
- rdfs:label "Bang" ;
- rdfs:comment "Generic activity or trigger, with no body." .
-
atom:Number
a rdfs:Class ;
rdfs:subClassOf atom:Atom ;