summaryrefslogtreecommitdiff
path: root/libs/ardour/port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/port.cc')
-rw-r--r--libs/ardour/port.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/port.cc b/libs/ardour/port.cc
index 5f8b454f0f..9e77128e4c 100644
--- a/libs/ardour/port.cc
+++ b/libs/ardour/port.cc
@@ -27,7 +27,6 @@ Port::Port (jack_port_t *p)
: _port (p)
, _metering(0)
, _last_monitor(false)
- , _silent(false)
{
if (_port == 0) {
throw failed_constructor();
@@ -44,7 +43,6 @@ void
Port::reset ()
{
_last_monitor = false;
- _silent = false;
}
int