summaryrefslogtreecommitdiffstats
path: root/src/engine/PostProcessor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/PostProcessor.hpp')
-rw-r--r--src/engine/PostProcessor.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/PostProcessor.hpp b/src/engine/PostProcessor.hpp
index 30002d9c..e436b5d3 100644
--- a/src/engine/PostProcessor.hpp
+++ b/src/engine/PostProcessor.hpp
@@ -27,7 +27,6 @@ namespace Ingen {
class Event;
class Engine;
-
/** Processor for Events after leaving the audio thread.
*
* The audio thread pushes events to this when it is done with them (which
@@ -62,7 +61,6 @@ private:
uint8_t* _event_buffer;
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_POSTPROCESSOR_HPP