summaryrefslogtreecommitdiffstats
path: root/src/engine/GraphObjectImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/GraphObjectImpl.hpp')
-rw-r--r--src/engine/GraphObjectImpl.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/GraphObjectImpl.hpp b/src/engine/GraphObjectImpl.hpp
index 251559f3..a7ff7482 100644
--- a/src/engine/GraphObjectImpl.hpp
+++ b/src/engine/GraphObjectImpl.hpp
@@ -39,7 +39,6 @@ class Context;
class ProcessContext;
class BufferFactory;
-
/** An object on the audio graph - Patch, Node, Port, etc.
*
* Each of these is a Raul::Deletable and so can be deleted in a realtime safe
@@ -105,7 +104,6 @@ protected:
Raul::Symbol _symbol;
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_GRAPHOBJECTIMPL_HPP