summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-27 21:27:17 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:45 -0400
commit5df9c2178e42ac27644b22a67abbd3168edb3e07 (patch)
tree15b4d986dd382ea6abd45319e10a52830c0fb5e3 /gtk2_ardour
parentcc88501d97914c6f85d61b6dc497abbd76d658c3 (diff)
remove unneeded code with new pane
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/mixer_ui.cc7
1 files changed, 0 insertions, 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 ();
}