13
0

remove unneeded code with new pane

This commit is contained in:
Paul Davis 2016-05-27 21:27:17 -04:00
parent cc88501d97
commit 5df9c2178e

View File

@ -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 ();
}