summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/events.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-19 00:56:05 +0000
committerDavid Robillard <d@drobilla.net>2008-08-19 00:56:05 +0000
commit5609c1ce452f8122b5ed12144dd4c1941bd07bc2 (patch)
treee0984409aaeee38599e32c9364636962586b7739 /src/libs/engine/events.hpp
parentf63dcf61bc04cc276ed5ae63266bfb91e3b84d94 (diff)
downloadingen-5609c1ce452f8122b5ed12144dd4c1941bd07bc2.tar.gz
ingen-5609c1ce452f8122b5ed12144dd4c1941bd07bc2.tar.bz2
ingen-5609c1ce452f8122b5ed12144dd4c1941bd07bc2.zip
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
Diffstat (limited to 'src/libs/engine/events.hpp')
-rw-r--r--src/libs/engine/events.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/engine/events.hpp b/src/libs/engine/events.hpp
index 608bbeaa..14f5230c 100644
--- a/src/libs/engine/events.hpp
+++ b/src/libs/engine/events.hpp
@@ -31,7 +31,6 @@
#include "DisconnectAllEvent.hpp"
#include "DisconnectionEvent.hpp"
#include "EnablePatchEvent.hpp"
-#include "EnablePortBroadcastingEvent.hpp"
#include "LoadPluginsEvent.hpp"
#include "MidiLearnEvent.hpp"
#include "NoteEvent.hpp"