diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index 849d57c315..205e9a6eeb 100644 --- a/gtk2_ardour/option_editor.cc +++ b/gtk2_ardour/option_editor.cc @@ -1217,7 +1217,7 @@ OptionEditorWindow::OptionEditorWindow (PBD::Configuration* c, string const& str hpacker.set_border_width (4); Frame* f = manage (new Frame ()); - if (Profile->get_livetrax()) { + if (false /*Profile->get_livetrax()*/) { //TODO Ben f->add (button_box()); } else { f->add (treeview());