From 5609c1ce452f8122b5ed12144dd4c1941bd07bc2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Aug 2008 00:56:05 +0000 Subject: Kill more API/code - replace enable_port_broadcast and disable_port_broadcast functions/events with property ingen:broadcast. git-svn-id: http://svn.drobilla.net/lad/ingen@1441 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 8522c57c..e005502e 100644 --- a/src/common/interface/EngineInterface.hpp +++ b/src/common/interface/EngineInterface.hpp @@ -82,10 +82,6 @@ public: uint32_t voice, const Raul::Atom& value) = 0; - virtual void enable_port_broadcasting(const std::string& port_path) = 0; - - virtual void disable_port_broadcasting(const std::string& port_path) = 0; - virtual void set_program(const std::string& node_path, uint32_t bank, uint32_t program) = 0; -- cgit v1.2.1