summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/ClashAvoider.cpp8
-rw-r--r--src/shared/ClashAvoider.hpp3
2 files changed, 0 insertions, 11 deletions
diff --git a/src/shared/ClashAvoider.cpp b/src/shared/ClashAvoider.cpp
index 014ce7c1..f5777e04 100644
--- a/src/shared/ClashAvoider.cpp
+++ b/src/shared/ClashAvoider.cpp
@@ -185,14 +185,6 @@ ClashAvoider::set_property(const Raul::URI& subject,
void
-ClashAvoider::set_port_value(const Raul::Path& port_path,
- const Raul::Atom& value)
-{
- _target.set_port_value(map_path(port_path), value);
-}
-
-
-void
ClashAvoider::set_voice_value(const Raul::Path& port_path,
uint32_t voice,
const Raul::Atom& value)
diff --git a/src/shared/ClashAvoider.hpp b/src/shared/ClashAvoider.hpp
index 5160ab2e..50a036da 100644
--- a/src/shared/ClashAvoider.hpp
+++ b/src/shared/ClashAvoider.hpp
@@ -64,9 +64,6 @@ public:
const Raul::URI& predicate,
const Raul::Atom& value);
- virtual void set_port_value(const Raul::Path& port_path,
- const Raul::Atom& value);
-
virtual void set_voice_value(const Raul::Path& port_path,
uint32_t voice,
const Raul::Atom& value);