summaryrefslogtreecommitdiffstats
path: root/include/ingen/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Node.hpp')
-rw-r--r--include/ingen/Node.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/Node.hpp b/include/ingen/Node.hpp
index c97d1643..785d25a8 100644
--- a/include/ingen/Node.hpp
+++ b/include/ingen/Node.hpp
@@ -28,7 +28,6 @@ namespace Shared {
class Port;
class Plugin;
-
/** A Node (or "module") in a Patch (which is also a Node).
*
* A Node is a unit with input/output ports, a process() method, and some other
@@ -46,7 +45,6 @@ public:
virtual const Plugin* plugin() const = 0;
};
-
} // namespace Shared
} // namespace Ingen