Remove trivial getcharwidth (now implicit)
This commit is contained in:
parent
6c363dfd54
commit
703cbe63d6
6 changed files with 0 additions and 31 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue