summaryrefslogtreecommitdiffstats
path: root/src/engine/EngineStore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/EngineStore.hpp')
-rw-r--r--src/engine/EngineStore.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/EngineStore.hpp b/src/engine/EngineStore.hpp
index 0e30f9cb..cb853c2a 100644
--- a/src/engine/EngineStore.hpp
+++ b/src/engine/EngineStore.hpp
@@ -31,7 +31,6 @@ class NodeImpl;
class PortImpl;
class GraphObjectImpl;
-
/** Storage for all GraphObjects (tree of GraphObject's sorted by path).
*
* All looking up in pre_process() methods (and anything else that isn't in-band
@@ -58,7 +57,6 @@ public:
SharedPtr<Objects> remove_children(Objects::iterator i);
};
-
} // namespace Ingen
#endif // OBJECTSTORE