13
0

Tiny cleanup.

git-svn-id: svn://localhost/ardour2/branches/3.0@7116 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-18 01:05:12 +00:00
parent f35dc8b35d
commit afbc04a65b

View File

@ -481,8 +481,6 @@ Delivery::target_gain ()
return 0.0;
}
gain_t desired_gain = -1.0f;
MuteMaster::MutePoint mp;
switch (_role) {
@ -503,7 +501,7 @@ Delivery::target_gain ()
break;
}
desired_gain = _mute_master->mute_gain_at (mp);
gain_t desired_gain = _mute_master->mute_gain_at (mp);
if (_role == Listen && _session.monitor_out() && !_session.listening()) {