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

@ -57,7 +57,6 @@ struct colored_char
unsigned char index;
};
static grub_dl_t my_mod;
static unsigned char text_mode;
static unsigned xpos, ypos;
static int cursor_state;
@ -505,9 +504,6 @@ static struct grub_term_output grub_vga_term =
GRUB_MOD_INIT(vga)
{
#ifndef GRUB_UTIL
my_mod = mod;
#endif
grub_term_register_output ("vga", &grub_vga_term);
}