diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/MessageContext.hpp | 3 | ||||
-rw-r--r-- | src/shared/World.cpp | 1 |
2 files changed, 1 insertions, 3 deletions
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#"); |