From ea73acd2ce3dcb4575ef402e97f5db96985c43b9 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Fri, 18 Oct 2013 16:30:30 +0200 Subject: [PATCH] * grub-core/term/i386/pc/vga_text.c: Remove extra declaration of cur_color. --- ChangeLog | 5 +++++ grub-core/term/i386/pc/vga_text.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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