Remove trivial getcharwidth (now implicit)

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-16 21:33:23 +01:00
parent 6c363dfd54
commit 703cbe63d6
6 changed files with 0 additions and 31 deletions

View file

@ -57,7 +57,6 @@ static struct grub_term_output grub_console_term_output =
{
.name = "console",
.putchar = grub_console_putchar,
.getcharwidth = grub_console_getcharwidth,
.getwh = grub_console_getwh,
.getxy = grub_console_getxy,
.gotoxy = grub_console_gotoxy,

View file

@ -155,7 +155,6 @@ static struct grub_term_output grub_vga_text_term =
.init = grub_vga_text_init_fini,
.fini = grub_vga_text_init_fini,
.putchar = grub_console_putchar,
.getcharwidth = grub_console_getcharwidth,
.getwh = grub_console_getwh,
.getxy = grub_vga_text_getxy,
.gotoxy = grub_vga_text_gotoxy,