From: Vladimir 'phcoder' Serbinenko Date: Fri, 18 Oct 2013 14:30:30 +0000 (+0200) Subject: * grub-core/term/i386/pc/vga_text.c: Remove extra declaration of X-Git-Tag: grub-2.02-beta1~661 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea73acd2ce3dcb4575ef402e97f5db96985c43b9;p=thirdparty%2Fgrub.git * grub-core/term/i386/pc/vga_text.c: Remove extra declaration of cur_color. --- diff --git a/ChangeLog b/ChangeLog index 1915e5c74..dee88b24e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-10-18 Vladimir Serbinenko + + * grub-core/term/i386/pc/vga_text.c: Remove extra declaration of + cur_color. + 2013-10-18 Vladimir Testov * grub-core/tests/checksums.h: Regenerated due to progress bar diff --git a/grub-core/term/i386/pc/vga_text.c b/grub-core/term/i386/pc/vga_text.c index 06850ac40..bee30766b 100644 --- a/grub-core/term/i386/pc/vga_text.c +++ b/grub-core/term/i386/pc/vga_text.c @@ -52,7 +52,6 @@ static int grub_curr_x, grub_curr_y; #define VGA_TEXT_SCREEN ((grub_uint16_t *) 0xb0000) #define cr_read grub_vga_cr_bw_read #define cr_write grub_vga_cr_bw_write -static grub_uint8_t cur_color; #else #define VGA_TEXT_SCREEN ((grub_uint16_t *) 0xb8000) #define cr_read grub_vga_cr_read