summaryrefslogtreecommitdiffstats
path: root/src/engine/ClientBroadcaster.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/ClientBroadcaster.hpp')
-rw-r--r--src/engine/ClientBroadcaster.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/engine/ClientBroadcaster.hpp b/src/engine/ClientBroadcaster.hpp
index 096b367d..808c861a 100644
--- a/src/engine/ClientBroadcaster.hpp
+++ b/src/engine/ClientBroadcaster.hpp
@@ -99,11 +99,6 @@ public:
BROADCAST(set_property, subject, predicate, value);
}
- void set_port_value(const Raul::Path& port_path,
- const Raul::Atom& value) {
- BROADCAST(set_port_value, port_path, value);
- }
-
void set_voice_value(const Raul::Path& port_path,
uint32_t voice,
const Raul::Atom& value) {