Revert all parts done for BIOS keymap translation

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-08-19 13:32:36 +02:00
parent eb628338db
commit ed19677fe3
14 changed files with 166 additions and 347 deletions

View file

@ -72,14 +72,12 @@ grub_xputs_real (const char *str)
void (*grub_xputs) (const char *str) = grub_xputs_real;
static int
grub_getkey_real (void)
int
grub_getkey (void)
{
return -1;
}
int (*grub_getkey) (void) = grub_getkey_real;
void
grub_refresh (void)
{