From cc384f6f622cc10fd83616256080b80dc2123aaf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 14 Sep 2006 02:27:02 +0000 Subject: Cleaned up client-side model code significantly (made everything private so only Store can change the state of models). Extremely broken, just committing to move code between machines :). git-svn-id: http://svn.drobilla.net/lad/ingen@133 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/EngineInterface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/interface') diff --git a/src/common/interface/EngineInterface.h b/src/common/interface/EngineInterface.h index c86340c5..b8dcb6d8 100644 --- a/src/common/interface/EngineInterface.h +++ b/src/common/interface/EngineInterface.h @@ -64,7 +64,6 @@ public: bool direction) = 0; virtual void create_node(const string& path, - const string& plugin_type, const string& plugin_uri, bool polyphonic) = 0; -- cgit v1.2.1