From faf4db950721d5425bc8078d0fa6606e7064e69a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 May 2009 21:51:47 +0000 Subject: Don't cause slv2 to load plugin data until a plugin is loaded or menu requested (faster startup). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1977 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/OSCClientSender.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/engine/OSCClientSender.hpp') diff --git a/src/engine/OSCClientSender.hpp b/src/engine/OSCClientSender.hpp index 1d1c47c5..6b8cc1bf 100644 --- a/src/engine/OSCClientSender.hpp +++ b/src/engine/OSCClientSender.hpp @@ -73,8 +73,7 @@ public: virtual void new_plugin(const std::string& uri, const std::string& type_uri, - const std::string& symbol, - const std::string& name); + const std::string& symbol); virtual bool new_object(const Shared::GraphObject* object); -- cgit v1.2.1