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/bindings/Client.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/bindings') diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp index 3f427ff3..6b187881 100644 --- a/src/bindings/Client.hpp +++ b/src/bindings/Client.hpp @@ -57,12 +57,6 @@ public: const std::string& data_type, bool is_output) {} - virtual void polyphonic(const std::string& path, - bool polyphonic) {} - - virtual void patch_polyphony(const std::string& path, - uint32_t poly) = 0; - virtual void patch_cleared(const std::string& path) {} virtual void object_renamed(const std::string& old_path, -- cgit v1.2.1