summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-05 19:33:08 +0000
committerDavid Robillard <d@drobilla.net>2013-01-05 19:33:08 +0000
commitab6d64fc661a96d6b1bccb0f4b4e41cc8e2da25a (patch)
tree3ec85612753430b407edc102468830ae612ad39e /src/World.cpp
parent79275fc579c0dbe1ce4ca109edb95f2c1e0802a5 (diff)
downloadingen-ab6d64fc661a96d6b1bccb0f4b4e41cc8e2da25a.tar.gz
ingen-ab6d64fc661a96d6b1bccb0f4b4e41cc8e2da25a.tar.bz2
ingen-ab6d64fc661a96d6b1bccb0f4b4e41cc8e2da25a.zip
Remove unused event extension prefix.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4898 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/World.cpp')
-rw-r--r--src/World.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 0ad655a9..cccb5044 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -131,7 +131,6 @@ public:
rdf_world->add_prefix("doap", "http://usefulinc.com/ns/doap#");
rdf_world->add_prefix("ingen", "http://drobilla.net/ns/ingen#");
rdf_world->add_prefix("lv2", "http://lv2plug.in/ns/lv2core#");
- rdf_world->add_prefix("lv2ev", "http://lv2plug.in/ns/ext/event#");
rdf_world->add_prefix("midi", "http://lv2plug.in/ns/ext/midi#");
rdf_world->add_prefix("owl", "http://www.w3.org/2002/07/owl#");
rdf_world->add_prefix("rdfs", "http://www.w3.org/2000/01/rdf-schema#");