From 2c1079446f0b06559a683a9f4b0192a4f7637770 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Feb 2011 18:26:57 +0000 Subject: Drop redlandmm for sordmm. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2959 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/NodeFactory.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/engine/NodeFactory.cpp') diff --git a/src/engine/NodeFactory.cpp b/src/engine/NodeFactory.cpp index 64b6e2b6..08584c81 100644 --- a/src/engine/NodeFactory.cpp +++ b/src/engine/NodeFactory.cpp @@ -22,7 +22,7 @@ #include #include #include -#include "redlandmm/World.hpp" +#include "sord/sordmm.hpp" #include "raul/log.hpp" #include "ingen-config.h" #include "module/World.hpp" @@ -81,8 +81,6 @@ NodeFactory::load_plugins() { ThreadManager::assert_thread(THREAD_PRE_PROCESS); - _world->rdf_world()->mutex().lock(); - // Only load if we havn't already, so every client connecting doesn't cause // this (expensive!) stuff to happen. Not the best solution - would be nice // if clients could refresh plugins list for whatever reason :/ @@ -97,8 +95,6 @@ NodeFactory::load_plugins() _has_loaded = true; } - - _world->rdf_world()->mutex().unlock(); } -- cgit v1.2.1