summaryrefslogtreecommitdiffstats
path: root/src/engine/EventSink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/EventSink.hpp')
-rw-r--r--src/engine/EventSink.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/EventSink.hpp b/src/engine/EventSink.hpp
index 1040df6b..a097c6e6 100644
--- a/src/engine/EventSink.hpp
+++ b/src/engine/EventSink.hpp
@@ -29,7 +29,6 @@ class PortImpl;
class Engine;
class Event;
-
/** Sink for events generated in the audio thread.
*
* Implemented as a flat ringbuffer of events, which are constructed directly
@@ -52,8 +51,6 @@ private:
Raul::RingBuffer _events;
};
-
-
} // namespace Ingen
#endif // INGEN_ENGINE_EVENTSINK_HPP