From c1ac1f31457708db618143f54a3dfef7eb3361aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 2 Feb 2010 01:22:20 +0000 Subject: Remove set_port_value from CommonInterface (replaced with set_property(path, "ingen:value", value)). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2404 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/QueuedEngineInterface.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/engine/QueuedEngineInterface.cpp') diff --git a/src/engine/QueuedEngineInterface.cpp b/src/engine/QueuedEngineInterface.cpp index 575fa5d6..42978832 100644 --- a/src/engine/QueuedEngineInterface.cpp +++ b/src/engine/QueuedEngineInterface.cpp @@ -210,14 +210,6 @@ QueuedEngineInterface::disconnect_all(const Path& patch_path, } -void -QueuedEngineInterface::set_port_value(const Path& port_path, - const Raul::Atom& value) -{ - push_queued(new Events::SetPortValue(_engine, _responder, true, now(), port_path, value)); -} - - void QueuedEngineInterface::set_voice_value(const Path& port_path, uint32_t voice, -- cgit v1.2.1