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/common/interface/EngineInterface.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common') diff --git a/src/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp index b8462226..5fdbffb8 100644 --- a/src/common/interface/EngineInterface.hpp +++ b/src/common/interface/EngineInterface.hpp @@ -72,8 +72,6 @@ public: virtual void request_object(const Raul::Path& path) = 0; - virtual void request_port_value(const Raul::Path& port_path) = 0; - virtual void request_variable(const Raul::Path& path, const Raul::URI& key) = 0; -- cgit v1.2.1