diff options
author | David Robillard <d@drobilla.net> | 2011-11-18 02:58:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-18 02:58:21 +0000 |
commit | 2dccb1b5e714591f8e79ba43fb846ea689823a32 (patch) | |
tree | cbe2fca986c14f28d3cacd1746dc61165f327dcc /ext/pui-gtk.lv2/manifest.ttl | |
parent | 3ae22215b63b4fdcbbabc658f6b44a4d2517c4b1 (diff) | |
download | lv2-2dccb1b5e714591f8e79ba43fb846ea689823a32.tar.xz |
Merge pui-gtk and pui-event into pui.
Diffstat (limited to 'ext/pui-gtk.lv2/manifest.ttl')
-rw-r--r-- | ext/pui-gtk.lv2/manifest.ttl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/pui-gtk.lv2/manifest.ttl b/ext/pui-gtk.lv2/manifest.ttl deleted file mode 100644 index 0de856b..0000000 --- a/ext/pui-gtk.lv2/manifest.ttl +++ /dev/null @@ -1,8 +0,0 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#>. -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. - -<http://lv2plug.in/ns/ext/pui-gtk> - a lv2:Specification; - lv2:minorVersion 0; - lv2:microVersion 1; - rdfs:seeAlso <pui-gtk.ttl>. |