diff options
Diffstat (limited to 'src/engine/EventSource.hpp')
-rw-r--r-- | src/engine/EventSource.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/EventSource.hpp b/src/engine/EventSource.hpp index 05f7ef0c..38bf58c1 100644 --- a/src/engine/EventSource.hpp +++ b/src/engine/EventSource.hpp @@ -29,7 +29,6 @@ class QueuedEvent; class PostProcessor; class ProcessContext; - /** Source for events to run in the audio thread. * * The Driver gets events from an EventSource in the process callback @@ -69,7 +68,6 @@ private: Raul::Semaphore _blocking_semaphore; }; - } // namespace Ingen #endif // INGEN_ENGINE_EVENTSOURCE_HPP |