From 8935cca8706d74f39d3cca43b4df3ab48799b06a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 18:15:11 +0000 Subject: Replace new_plugin with put. Fix default symbol generation (URI chopping). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2029 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/ThreadedSigClientInterface.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/client/ThreadedSigClientInterface.hpp') diff --git a/src/client/ThreadedSigClientInterface.hpp b/src/client/ThreadedSigClientInterface.hpp index d83e3334..eda3bfb2 100644 --- a/src/client/ThreadedSigClientInterface.hpp +++ b/src/client/ThreadedSigClientInterface.hpp @@ -50,7 +50,6 @@ public: , response_ok_slot(signal_response_ok.make_slot()) , response_error_slot(signal_response_error.make_slot()) , error_slot(signal_error.make_slot()) - , new_plugin_slot(signal_new_plugin.make_slot()) , new_port_slot(signal_new_port.make_slot()) , put_slot(signal_put.make_slot()) , connection_slot(signal_connection.make_slot()) @@ -89,9 +88,6 @@ public: void error(const std::string& msg) { push_sig(sigc::bind(error_slot, msg)); } - void new_plugin(const Raul::URI& uri, const Raul::URI& type_uri, const Raul::Symbol& symbol) - { push_sig(sigc::bind(new_plugin_slot, uri, type_uri, symbol)); } - void put(const Raul::URI& path, const Shared::Resource::Properties& properties) { push_sig(sigc::bind(put_slot, path, properties)); } -- cgit v1.2.1