diff options
Diffstat (limited to 'src/engine/events/SendPortValue.hpp')
-rw-r--r-- | src/engine/events/SendPortValue.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/events/SendPortValue.hpp b/src/engine/events/SendPortValue.hpp index 847ef741..c7b36c6c 100644 --- a/src/engine/events/SendPortValue.hpp +++ b/src/engine/events/SendPortValue.hpp @@ -28,7 +28,6 @@ class PortImpl; namespace Events { - /** A special event used internally to send port values from the audio thread. * * This is created in the audio thread (using in-place new on a preallocated @@ -75,7 +74,6 @@ private: Raul::Atom _value; }; - } // namespace Ingen } // namespace Events |