summaryrefslogtreecommitdiffstats
path: root/src/shared/World.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-21 17:40:47 +0000
committerDavid Robillard <d@drobilla.net>2011-10-21 17:40:47 +0000
commit042445d4f178043cb97aa0388f5bc9a65fcac2df (patch)
tree8c78656c6c326eb5409467aced5658c56e7bdd74 /src/shared/World.cpp
parentefe47ea54e71b359dde85c0f272e7fc3934b85e3 (diff)
downloadingen-042445d4f178043cb97aa0388f5bc9a65fcac2df.tar.gz
ingen-042445d4f178043cb97aa0388f5bc9a65fcac2df.tar.bz2
ingen-042445d4f178043cb97aa0388f5bc9a65fcac2df.zip
Simplify LV2Features.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3561 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/World.cpp')
-rw-r--r--src/shared/World.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/World.cpp b/src/shared/World.cpp
index 92d7a03f..c70b9196 100644
--- a/src/shared/World.cpp
+++ b/src/shared/World.cpp
@@ -107,8 +107,8 @@ public:
, lilv_world(lilv_world_new())
{
lv2_features = new Ingen::Shared::LV2Features();
- lv2_features->add_feature(LV2_URI_MAP_URI, uris);
- lv2_features->add_feature(LV2_URI_UNMAP_URI, uris->unmap_feature());
+ lv2_features->add_feature(uris);
+ lv2_features->add_feature(uris->unmap_feature());
lilv_world_load_all(lilv_world);
// Set up RDF namespaces