summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-02 01:25:42 +0000
committerDavid Robillard <d@drobilla.net>2011-11-02 01:25:42 +0000
commit993f55ab9cb785da97059df5485c745b010ac8b2 (patch)
tree13ca40f030750c5d1f145feef064f1a0bea96c12 /utils
parent385be0465af010722fa3a99890d30674be3d2d0c (diff)
downloadlilv-993f55ab9cb785da97059df5485c745b010ac8b2.tar.gz
lilv-993f55ab9cb785da97059df5485c745b010ac8b2.tar.bz2
lilv-993f55ab9cb785da97059df5485c745b010ac8b2.zip
Use correct URI for dcterms:replaces (for hiding old plugins):
"http://purl.org/dc/terms/replaces" git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3594 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils')
-rw-r--r--utils/lv2info.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/lv2info.c b/utils/lv2info.c
index 6936bf3..6f664b3 100644
--- a/utils/lv2info.c
+++ b/utils/lv2info.c
@@ -360,7 +360,6 @@ main(int argc, char** argv)
LilvWorld* world = lilv_world_new();
lilv_world_load_all(world);
-#define NS_DC "http://purl.org/dc/elements/1.1/"
#define NS_PG "http://lv2plug.in/ns/ext/port-groups#"
#define NS_PSET "http://lv2plug.in/ns/ext/presets#"
#define NS_EV "http://lv2plug.in/ns/ext/event#"