remove long-lived bug that tried to make a non-existent action insensitive
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Dec 2018 21:19:54 +0000 (16:19 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Dec 2018 21:19:54 +0000 (16:19 -0500)
gtk2_ardour/ardour_ui_dialogs.cc

index a9090dbe01ebe26f4a4235a8107800ca53e091de..287c9128b47e3467585839eaffc45eae67ba8f2d 100644 (file)
@@ -144,13 +144,6 @@ ARDOUR_UI::set_session (Session *s)
                ActionManager::set_sensitive (ActionManager::range_sensitive_actions, false);
        }
 
-       if (!_session->monitor_out()) {
-               Glib::RefPtr<Action> act = ActionManager::get_action (X_("options"), X_("SoloViaBus"));
-               if (act) {
-                       act->set_sensitive (false);
-               }
-       }
-
        /* allow wastebasket flush again */
 
        Glib::RefPtr<Action> act = ActionManager::get_action (X_("Main"), X_("FlushWastebasket"));