diff options
Diffstat (limited to 'src/libs/client/ThreadedSigClientInterface.hpp')
-rw-r--r-- | src/libs/client/ThreadedSigClientInterface.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
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<Closure> _sigs; - uint32_t _num_plugins; sigc::slot<void> bundle_begin_slot; sigc::slot<void> bundle_end_slot; - sigc::slot<void, uint32_t> num_plugins_slot; sigc::slot<void, int32_t> response_ok_slot; sigc::slot<void, int32_t, string> response_error_slot; sigc::slot<void, string> error_slot; |