summaryrefslogtreecommitdiffstats
path: root/include/ingen/client/PortModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/client/PortModel.hpp')
-rw-r--r--include/ingen/client/PortModel.hpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/ingen/client/PortModel.hpp b/include/ingen/client/PortModel.hpp
index ae4ac6d3..35e3c4ea 100644
--- a/include/ingen/client/PortModel.hpp
+++ b/include/ingen/client/PortModel.hpp
@@ -87,14 +87,13 @@ public:
private:
friend class ClientStore;
- PortModel(Shared::URIs& uris,
- const Raul::Path& path,
- uint32_t index,
- Direction dir)
+ PortModel(Shared::URIs& uris,
+ const Raul::Path& path,
+ uint32_t index,
+ Direction dir)
: ObjectModel(uris, path)
, _index(index)
, _direction(dir)
- , _current_val(0.0f)
, _connections(0)
{}