diff options
author | David Robillard <d@drobilla.net> | 2015-02-18 16:46:31 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-18 16:46:31 -0500 |
commit | 7506393c934bed3f5481af592d8276d5a651aa74 (patch) | |
tree | 452c106fd21e25e303721eea9d0cfb47ee8d167b /plugins/eg-amppp.lv2/manifest.ttl.in | |
parent | 9b4b2b68f50db95da7d63a62a8ebee90be58da58 (diff) | |
download | lv2-7506393c934bed3f5481af592d8276d5a651aa74.tar.xz |
Revert "Add preliminary C++ work."
This reverts commit 9b4b2b68f50db95da7d63a62a8ebee90be58da58.
Diffstat (limited to 'plugins/eg-amppp.lv2/manifest.ttl.in')
-rw-r--r-- | plugins/eg-amppp.lv2/manifest.ttl.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/eg-amppp.lv2/manifest.ttl.in b/plugins/eg-amppp.lv2/manifest.ttl.in deleted file mode 100644 index 4985490..0000000 --- a/plugins/eg-amppp.lv2/manifest.ttl.in +++ /dev/null @@ -1,7 +0,0 @@ -@prefix lv2: <http://lv2plug.in/ns/lv2core#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . - -<http://lv2plug.in/plugins/eg-amppp> - a lv2:Plugin ; - lv2:binary <amppp@LIB_EXT@> ; - rdfs:seeAlso <amppp.ttl> . |