2009-05-04 Pavel Roskin <proski@gnu.org>
* commands/acpi.c: Remove unused variable my_mod. * partmap/amiga.c: Likewise. * partmap/apple.c: Likewise. * partmap/gpt.c: Likewise. * partmap/pc.c: Likewise. * partmap/sun.c: Likewise. * term/gfxterm.c: Likewise. * term/i386/pc/vesafb.c: Likewise. * term/i386/pc/vga.c: Likewise.
This commit is contained in:
parent
67e23c9004
commit
de5fd76e95
10 changed files with 12 additions and 45 deletions
|
@ -106,7 +106,6 @@ struct grub_virtual_screen
|
|||
|
||||
static struct grub_virtual_screen virtual_screen;
|
||||
|
||||
static grub_dl_t my_mod;
|
||||
static struct grub_video_mode_info mode_info;
|
||||
|
||||
static struct grub_video_render_target *text_layer;
|
||||
|
@ -1154,7 +1153,6 @@ static grub_command_t cmd;
|
|||
|
||||
GRUB_MOD_INIT(term_gfxterm)
|
||||
{
|
||||
my_mod = mod;
|
||||
grub_term_register_output ("gfxterm", &grub_video_term);
|
||||
cmd = grub_register_command ("background_image",
|
||||
grub_gfxterm_background_image_cmd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue