summaryrefslogtreecommitdiffstats
path: root/src/shared/ClashAvoider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/ClashAvoider.cpp')
-rw-r--r--src/shared/ClashAvoider.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/shared/ClashAvoider.cpp b/src/shared/ClashAvoider.cpp
index c86d9cde..f3344a5f 100644
--- a/src/shared/ClashAvoider.cpp
+++ b/src/shared/ClashAvoider.cpp
@@ -194,15 +194,6 @@ ClashAvoider::set_property(const Raul::URI& subject,
void
-ClashAvoider::set_voice_value(const Raul::Path& port_path,
- uint32_t voice,
- const Raul::Atom& value)
-{
- _target.set_voice_value(map_path(port_path), voice, value);
-}
-
-
-void
ClashAvoider::del(const Raul::Path& path)
{
_target.del(map_path(path));