remove Route::listening_via_monitor()
[ardour.git] / libs / surfaces / mackie / strip.cc
index 0062c3b4fb85874d9e8a17364b787bf217457af8..9c3fc21bdacaa16089f26a4f5e12e100ff78b4b1 100644 (file)
@@ -285,7 +285,7 @@ void
 Strip::notify_solo_changed ()
 {
        if (_route && _solo) {
-               _surface->write (_solo->set_state ((_route->soloed() || _route->listening_via_monitor()) ? on : off));
+               _surface->write (_solo->set_state (_route->soloed() ? on : off));
        }
 }