summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendBinding.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendBinding.cpp')
-rw-r--r--src/engine/events/SendBinding.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/events/SendBinding.cpp b/src/engine/events/SendBinding.cpp
index 0a28b8b0..64785829 100644
--- a/src/engine/events/SendBinding.cpp
+++ b/src/engine/events/SendBinding.cpp
@@ -27,7 +27,6 @@ using namespace std;
namespace Ingen {
namespace Events {
-
void
SendBinding::post_process()
{
@@ -49,7 +48,6 @@ SendBinding::post_process()
_engine.broadcaster()->set_property(_port->path(), uris.ingen_controlBinding, dict);
}
-
} // namespace Ingen
} // namespace Events