From f62ef545425476959b1335f3a303d6d5f80ca0e5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 13 May 2009 05:31:05 +0000 Subject: Remove special request_port_value, just use request_variable with predicate ingen:value. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1996 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/QueuedEngineInterface.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/engine/QueuedEngineInterface.cpp') diff --git a/src/engine/QueuedEngineInterface.cpp b/src/engine/QueuedEngineInterface.cpp index e475f1a6..5f4082fa 100644 --- a/src/engine/QueuedEngineInterface.cpp +++ b/src/engine/QueuedEngineInterface.cpp @@ -306,13 +306,6 @@ QueuedEngineInterface::request_object(const Path& path) } -void -QueuedEngineInterface::request_port_value(const Path& port_path) -{ - push_queued(new RequestPortValueEvent(_engine, _responder, now(), port_path)); -} - - void QueuedEngineInterface::request_variable(const Path& object_path, const URI& key) { -- cgit v1.2.1