Clarify FIXME comments.
This commit is contained in:
parent
e20d3e608c
commit
4cc972be91
2 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,7 @@ grub_gfxmenu_viewer_fini (void *data __attribute__ ((unused)))
|
|||
{
|
||||
}
|
||||
|
||||
/* FIXME: 't' and 'c'. */
|
||||
/* FIXME: Previously 't' changed to text menu is it necessary? */
|
||||
grub_err_t
|
||||
grub_gfxmenu_try (int entry, grub_menu_t menu, int nested)
|
||||
{
|
||||
|
|
|
@ -430,6 +430,9 @@ init_terminal (grub_gfxmenu_view_t view)
|
|||
grub_gfxterm_decorator_hook = grub_gfxmenu_draw_terminal_box;
|
||||
}
|
||||
|
||||
/* FIXME: previously notifications were displayed in special case.
|
||||
Is it necessary?
|
||||
*/
|
||||
#if 0
|
||||
/* Sets MESSAGE as the progress message for the view.
|
||||
MESSAGE can be 0, in which case no message is displayed. */
|
||||
|
|
Loading…
Reference in a new issue