diff options
author | David Robillard <d@drobilla.net> | 2008-08-17 04:12:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-08-17 04:12:10 +0000 |
commit | 696535322342c56901d4d48641b6f9cf816ac1e1 (patch) | |
tree | 48693e04f3c170080deeffc2d13d95daab9afe44 /src/common | |
parent | fa067527fe00b66b85d71955e152e9ef9215c9cd (diff) | |
download | ingen-696535322342c56901d4d48641b6f9cf816ac1e1.tar.gz ingen-696535322342c56901d4d48641b6f9cf816ac1e1.tar.bz2 ingen-696535322342c56901d4d48641b6f9cf816ac1e1.zip |
Remove remnants of imperative polyphony interface.
git-svn-id: http://svn.drobilla.net/lad/ingen@1413 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/interface/EngineInterface.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
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; |