remove long-lived bug that tried to make a non-existent action insensitive

This commit is contained in:
Paul Davis 2018-12-10 16:19:54 -05:00
parent fc83d044f8
commit a26e6fed50
1 changed files with 0 additions and 7 deletions

View 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"));