summaryrefslogtreecommitdiffstats
path: root/src/engine/DuplexPort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/DuplexPort.hpp')
-rw-r--r--src/engine/DuplexPort.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/DuplexPort.hpp b/src/engine/DuplexPort.hpp
index 3c7ad421..3127c7d7 100644
--- a/src/engine/DuplexPort.hpp
+++ b/src/engine/DuplexPort.hpp
@@ -27,7 +27,6 @@ namespace Ingen {
class NodeImpl;
-
/** A duplex port (which is both an InputPort and an OutputPort)
*
* This is used for Patch ports, since they need to appear as both an input
@@ -64,7 +63,6 @@ protected:
bool _is_output;
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_DUPLEXPORT_HPP