summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-02-24 10:18:57 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-02-24 10:18:57 +0100
commitfebd1d5c8834384f43e5a5319ebfa1c933ca5c6c (patch)
tree02f16ff2c343251a3d9f370abb486d02a711e26a /libs
parent6fbdfa353b2579a479080df1dd4a136b7fd339e4 (diff)
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.
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/mackie/strip.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/surfaces/mackie/strip.cc b/libs/surfaces/mackie/strip.cc
index 31a22ed885..e7ce72cff8 100644
--- a/libs/surfaces/mackie/strip.cc
+++ b/libs/surfaces/mackie/strip.cc
@@ -287,8 +287,6 @@ void
Strip::notify_solo_changed ()
{
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));
}
}