diff options
Diffstat (limited to 'src/engine/QueuedEvent.hpp')
-rw-r--r-- | src/engine/QueuedEvent.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/QueuedEvent.hpp b/src/engine/QueuedEvent.hpp index 3fe75ffb..e846466d 100644 --- a/src/engine/QueuedEvent.hpp +++ b/src/engine/QueuedEvent.hpp @@ -22,7 +22,6 @@ namespace Ingen { - /** An Event with a not-time-critical preprocessing stage. * * These events are events that aren't able to be executed immediately by the @@ -71,7 +70,6 @@ protected: bool _blocking; }; - } // namespace Ingen #endif // INGEN_ENGINE_QUEUEDEVENT_HPP |