* grub-core/gfxmenu/gui_progress_bar.c (grub_gui_progress_bar): Remove
unused show_text member. * docs/grub.texi: Document "text" property.
This commit is contained in:
parent
922aabf34b
commit
14361ee8aa
3 changed files with 12 additions and 6 deletions
|
@ -37,7 +37,6 @@ struct grub_gui_progress_bar
|
|||
int start;
|
||||
int end;
|
||||
int value;
|
||||
int show_text;
|
||||
char *template;
|
||||
grub_font_t font;
|
||||
grub_video_rgba_color_t text_color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue