From 5df9c2178e42ac27644b22a67abbd3168edb3e07 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 27 May 2016 21:27:17 -0400 Subject: [PATCH] remove unneeded code with new pane --- gtk2_ardour/mixer_ui.cc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc index b52424ec92..b6651cef19 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -1617,13 +1617,6 @@ Mixer_UI::show_mixer_list (bool yn) { if (yn) { list_vpacker.show (); - - //if user wants to show the pane, we should make sure that it is wide enough to be visible - /// XXX PANE - // float width = list_hpane.get_position(); - //if (width < 40) { - // list_hpane.set_position(40); - //} } else { list_vpacker.hide (); }