From 696535322342c56901d4d48641b6f9cf816ac1e1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Aug 2008 04:12:10 +0000 Subject: Remove remnants of imperative polyphony interface. git-svn-id: http://svn.drobilla.net/lad/ingen@1413 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/EngineInterface.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/common') diff --git a/src/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp index 4cd8c64e..8522c57c 100644 --- a/src/common/interface/EngineInterface.hpp +++ b/src/common/interface/EngineInterface.hpp @@ -72,10 +72,6 @@ public: virtual void clear_patch(const std::string& patch_path) = 0; - virtual void set_polyphony(const std::string& patch_path, uint32_t poly) = 0; - - virtual void set_polyphonic(const std::string& path, bool poly) = 0; - virtual void disconnect_all(const std::string& parent_patch_path, const std::string& path) = 0; -- cgit v1.2.1