From 645aa668e672ac3b387153ad91f526b08582a801 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 22 Apr 2012 19:36:38 +0000 Subject: Remove prefix for defunc contexts extension. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4236 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/MessageContext.hpp | 3 +-- src/shared/World.cpp | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/server/MessageContext.hpp b/src/server/MessageContext.hpp index cfb665ac..604810bd 100644 --- a/src/server/MessageContext.hpp +++ b/src/server/MessageContext.hpp @@ -36,8 +36,7 @@ class NodeImpl; * * The message context is a non-hard-realtime thread used to execute things * that can take too long to execute in an audio thread, and do sloppy timed - * event propagation and scheduling. Interface to plugins via the - * LV2 contexts extension. + * event propagation and scheduling. * * \ingroup engine */ diff --git a/src/shared/World.cpp b/src/shared/World.cpp index 05362a49..a5f86319 100644 --- a/src/shared/World.cpp +++ b/src/shared/World.cpp @@ -121,7 +121,6 @@ public: // Set up RDF namespaces rdf_world->add_prefix("atom", "http://lv2plug.in/ns/ext/atom#"); - rdf_world->add_prefix("ctx", "http://lv2plug.in/ns/ext/contexts#"); 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#"); -- cgit v1.2.1