remove unneeded code with new pane
This commit is contained in:
parent
cc88501d97
commit
5df9c2178e
@ -1617,13 +1617,6 @@ Mixer_UI::show_mixer_list (bool yn)
|
|||||||
{
|
{
|
||||||
if (yn) {
|
if (yn) {
|
||||||
list_vpacker.show ();
|
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 {
|
} else {
|
||||||
list_vpacker.hide ();
|
list_vpacker.hide ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user