summaryrefslogtreecommitdiffstats
path: root/src/engine/InputPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InputPort.hpp')
-rw-r--r--src/engine/InputPort.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/InputPort.hpp b/src/engine/InputPort.hpp
index 92d8d2d2..6f691a9c 100644
--- a/src/engine/InputPort.hpp
+++ b/src/engine/InputPort.hpp
@@ -33,7 +33,6 @@ class NodeImpl;
class OutputPort;
class ProcessContext;
-
/** An input port on a Node or Patch.
*
* All ports have a Buffer, but the actual contents (data) of that buffer may be
@@ -85,7 +84,6 @@ protected:
Connections _connections;
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_INPUTPORT_HPP