summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendPortActivity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendPortActivity.cpp')
-rw-r--r--src/engine/events/SendPortActivity.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/events/SendPortActivity.cpp b/src/engine/events/SendPortActivity.cpp
index 09978af1..fedebdda 100644
--- a/src/engine/events/SendPortActivity.cpp
+++ b/src/engine/events/SendPortActivity.cpp
@@ -23,14 +23,12 @@
namespace Ingen {
namespace Events {
-
void
SendPortActivity::post_process()
{
_engine.broadcaster()->activity(_port->path());
}
-
} // namespace Ingen
} // namespace Events