summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendPortValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendPortValue.cpp')
-rw-r--r--src/engine/events/SendPortValue.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/events/SendPortValue.cpp b/src/engine/events/SendPortValue.cpp
index a2d82ac8..62ed76ec 100644
--- a/src/engine/events/SendPortValue.cpp
+++ b/src/engine/events/SendPortValue.cpp
@@ -27,7 +27,6 @@ using namespace std;
namespace Ingen {
namespace Events {
-
void
SendPortValue::post_process()
{
@@ -36,7 +35,6 @@ SendPortValue::post_process()
_engine.world()->uris()->ingen_value, _value);
}
-
} // namespace Ingen
} // namespace Events