summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_ed.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-02-02 13:04:06 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-02-02 13:05:05 +0100
commitf50c99e2a92f758260738d571a0cb0bda7074a93 (patch)
treec9d3cc64a14221ff2176e98d07cff2e9c9cb775d /gtk2_ardour/ardour_ui_ed.cc
parent35f35ad662933e30242c825fb5317f181e9a232c (diff)
additional commit for removal of TransportControllables
Diffstat (limited to 'gtk2_ardour/ardour_ui_ed.cc')
-rw-r--r--gtk2_ardour/ardour_ui_ed.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc
index 150aaf8fa8..27a125a838 100644
--- a/gtk2_ardour/ardour_ui_ed.cc
+++ b/gtk2_ardour/ardour_ui_ed.cc
@@ -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 ());