diff options
Diffstat (limited to 'src/engine/ClientBroadcaster.hpp')
-rw-r--r-- | src/engine/ClientBroadcaster.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/engine/ClientBroadcaster.hpp b/src/engine/ClientBroadcaster.hpp index 38073dc1..c72fef74 100644 --- a/src/engine/ClientBroadcaster.hpp +++ b/src/engine/ClientBroadcaster.hpp @@ -105,13 +105,6 @@ public: BROADCAST(set_property, subject, predicate, value); } - void set_voice_value(const Raul::Path& port_path, - uint32_t voice, - const Raul::Atom& value) { - BROADCAST(set_voice_value, port_path, voice, value); - } - - // ClientInterface Raul::URI uri() const { return "http://drobilla.net/ns/ingen#broadcaster"; } ///< N/A |