* 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:
Vladimir 'phcoder' Serbinenko 2012-03-10 19:46:46 +01:00
parent 922aabf34b
commit 14361ee8aa
3 changed files with 12 additions and 6 deletions

View file

@ -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;