mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
remove misleading/incorrect comment
The previously-commented code is precisely what gets invoked when solo state changes, and had nothing to do with actually changing solo state in any way.
This commit is contained in:
parent
6fbdfa353b
commit
febd1d5c88
1 changed files with 0 additions and 2 deletions
|
|
@ -287,8 +287,6 @@ void
|
||||||
Strip::notify_solo_changed ()
|
Strip::notify_solo_changed ()
|
||||||
{
|
{
|
||||||
if (_stripable && _solo) {
|
if (_stripable && _solo) {
|
||||||
// TODO use session->set_control(), subscribe to solo_control changes later
|
|
||||||
// call_surface->write(), see 9d8829f5bf
|
|
||||||
_surface->write (_solo->set_state (_stripable->solo_control()->soloed() ? on : off));
|
_surface->write (_solo->set_state (_stripable->solo_control()->soloed() ? on : off));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue