From fa067527fe00b66b85d71955e152e9ef9215c9cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Aug 2008 04:05:30 +0000 Subject: Replace imperative polyphony/polyphonic stuff with properties (kill more API). git-svn-id: http://svn.drobilla.net/lad/ingen@1412 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/client/NodeModel.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libs/client/NodeModel.hpp') diff --git a/src/libs/client/NodeModel.hpp b/src/libs/client/NodeModel.hpp index 08e106ab..1f212b6b 100644 --- a/src/libs/client/NodeModel.hpp +++ b/src/libs/client/NodeModel.hpp @@ -68,8 +68,8 @@ public: protected: friend class ClientStore; - NodeModel(const string& plugin_uri, const Path& path, bool polyphonic); - NodeModel(SharedPtr plugin, const Path& path, bool polyphonic); + NodeModel(const string& plugin_uri, const Path& path); + NodeModel(SharedPtr plugin, const Path& path); NodeModel(const Path& path); void add_child(SharedPtr c); -- cgit v1.2.1