diff options
Diffstat (limited to 'src/bindings')
-rw-r--r-- | src/bindings/Client.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp index fdb8d62c..f752a807 100644 --- a/src/bindings/Client.hpp +++ b/src/bindings/Client.hpp @@ -24,6 +24,5 @@ public: void move(const Raul::Path& old_path, const Raul::Path& new_path) {} void disconnect(const Raul::Path& src_port_path, const Raul::Path& dst_port_path) {} void set_property(const Raul::URI& subject, const Raul::URI& key, const Raul::Atom& value) {} - void set_voice_value(const Raul::Path& port_path, uint32_t voice, const Raul::Atom& value) {} void activity(const Raul::Path& port_path) {} }; |