From a7e39b85d7c35ec44c613e593c57ff27de0d06bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Aug 2008 01:04:54 +0000 Subject: Remove more API/code: num_plugins (unused legacy of the really crap OSC days). git-svn-id: http://svn.drobilla.net/lad/ingen@1442 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/ThreadedSigClientInterface.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libs/client/ThreadedSigClientInterface.hpp') diff --git a/src/libs/client/ThreadedSigClientInterface.hpp b/src/libs/client/ThreadedSigClientInterface.hpp index fb6eb447..7cbb2bfe 100644 --- a/src/libs/client/ThreadedSigClientInterface.hpp +++ b/src/libs/client/ThreadedSigClientInterface.hpp @@ -80,8 +80,6 @@ public: void transfer_begin() {} void transfer_end() {} - void num_plugins(uint32_t num) { _num_plugins = num; } - void response_ok(int32_t id) { push_sig(sigc::bind(response_ok_slot, id)); } @@ -146,11 +144,9 @@ private: void push_sig(Closure ev); Raul::SRSWQueue _sigs; - uint32_t _num_plugins; sigc::slot bundle_begin_slot; sigc::slot bundle_end_slot; - sigc::slot num_plugins_slot; sigc::slot response_ok_slot; sigc::slot response_error_slot; sigc::slot error_slot; -- cgit v1.2.1