From 49dcb26a2133e5067a1e63b2a5633444c08bb85a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Feb 2010 01:27:46 +0000 Subject: Remove voice specific control setting. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2445 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/ClashAvoider.cpp | 9 --------- src/shared/ClashAvoider.hpp | 4 ---- 2 files changed, 13 deletions(-) (limited to 'src/shared') 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 @@ -193,15 +193,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) { diff --git a/src/shared/ClashAvoider.hpp b/src/shared/ClashAvoider.hpp index 9c131e0e..260648d5 100644 --- a/src/shared/ClashAvoider.hpp +++ b/src/shared/ClashAvoider.hpp @@ -68,10 +68,6 @@ public: const Raul::URI& predicate, const Raul::Atom& value); - virtual void set_voice_value(const Raul::Path& port_path, - uint32_t voice, - const Raul::Atom& value); - virtual void del(const Raul::Path& path); private: -- cgit v1.2.1