diff options
Diffstat (limited to 'ingen/client/SigClientInterface.hpp')
-rw-r--r-- | ingen/client/SigClientInterface.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ingen/client/SigClientInterface.hpp b/ingen/client/SigClientInterface.hpp index afc4d66b..7a53a7f7 100644 --- a/ingen/client/SigClientInterface.hpp +++ b/ingen/client/SigClientInterface.hpp @@ -111,7 +111,6 @@ protected: { EMIT(property_change, subject, key, value); } void set_response_id(int32_t id) {} - void ping() {} void get(const Raul::URI& uri) {} }; |