diff options
Diffstat (limited to 'src/engine/Event.hpp')
-rw-r--r-- | src/engine/Event.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/Event.hpp b/src/engine/Event.hpp index 66acd4ac..934720c9 100644 --- a/src/engine/Event.hpp +++ b/src/engine/Event.hpp @@ -30,7 +30,6 @@ class Engine; class Request; class ProcessContext; - /** Base class for all events (both realtime and QueuedEvent). * * This is for time-critical events like note ons. There is no non-realtime @@ -74,7 +73,6 @@ protected: bool _executed; }; - } // namespace Ingen #endif // INGEN_ENGINE_EVENT_HPP |