summaryrefslogtreecommitdiffstats
path: root/src/client/ConnectionModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/ConnectionModel.hpp')
-rw-r--r--src/client/ConnectionModel.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/ConnectionModel.hpp b/src/client/ConnectionModel.hpp
index 5481b713..9c25975f 100644
--- a/src/client/ConnectionModel.hpp
+++ b/src/client/ConnectionModel.hpp
@@ -31,7 +31,6 @@ namespace Client {
class ClientStore;
-
/** Class to represent a port->port connection in the engine.
*
* This can either have pointers to the connection ports' models, or just
@@ -69,7 +68,6 @@ private:
const SharedPtr<PortModel> _dst_port;
};
-
} // namespace Client
} // namespace Ingen