additional commit for removal of TransportControllables
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 2 Feb 2017 12:04:06 +0000 (13:04 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 2 Feb 2017 12:05:05 +0000 (13:05 +0100)
gtk2_ardour/ardour_ui_ed.cc

index 150aaf8fa82cc0e2dfae55d16a507f3d65aa1c69..27a125a8382c64afc3e2b926e664079e0a2eff0d 100644 (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 ());