summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SendPortActivity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/SendPortActivity.hpp')
-rw-r--r--src/engine/events/SendPortActivity.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/events/SendPortActivity.hpp b/src/engine/events/SendPortActivity.hpp
index 9aa92d94..7b47e761 100644
--- a/src/engine/events/SendPortActivity.hpp
+++ b/src/engine/events/SendPortActivity.hpp
@@ -27,7 +27,6 @@ class PortImpl;
namespace Events {
-
/** A special event used internally to send port activity notification (e.g.
* MIDI event activity) from the audio thread.
*
@@ -62,7 +61,6 @@ private:
PortImpl* _port;
};
-
} // namespace Ingen
} // namespace Events