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:
proski 2009-05-04 23:33:34 +00:00
parent 67e23c9004
commit de5fd76e95
10 changed files with 12 additions and 45 deletions

View file

@ -89,7 +89,6 @@ static struct grub_virtual_screen virtual_screen =
.text_buffer = 0
};
static grub_dl_t my_mod;
static unsigned char *vga_font = 0;
static grub_uint32_t old_mode = 0;
@ -598,7 +597,6 @@ static struct grub_term_output grub_vesafb_term =
GRUB_MOD_INIT(vesafb)
{
my_mod = mod;
grub_term_register_output ("vesafb", &grub_vesafb_term);
}