mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
menu: eliminate dead code
The deleted lines were dead code that didn't make any sense (even if it were not dead, it should have recreated the parent of the hidden menu rather than the hidden menu itself).
This commit is contained in:
parent
10ee838c3b
commit
b96742a039
1 changed files with 0 additions and 3 deletions
|
|
@ -918,9 +918,6 @@ menu_hide_submenu(struct server *server, const char *id)
|
|||
}
|
||||
}
|
||||
}
|
||||
if (hide_menu->scene_tree) {
|
||||
menu_update_scene(hide_menu);
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue