13
0

additional commit for removal of TransportControllables

This commit is contained in:
Paul Davis 2017-02-02 13:04:06 +01:00
parent 35f35ad662
commit f50c99e2a9

View File

@ -775,7 +775,6 @@ ARDOUR_UI::save_ardour_state ()
LocaleGuard lg; // one guard to rule them all
XMLNode* node = new XMLNode (keyboard->get_state());
Config->add_extra_xml (*node);
Config->add_extra_xml (get_transport_controllable_state());
XMLNode* window_node = new XMLNode (X_("UI"));
window_node->add_property (_status_bar_visibility.get_state_name().c_str(), _status_bar_visibility.get_state_value ());