diff --git a/hal/halx86/generic/x86bios.c b/hal/halx86/generic/x86bios.c index 8edccda7cda..d32e681096f 100644 --- a/hal/halx86/generic/x86bios.c +++ b/hal/halx86/generic/x86bios.c @@ -499,7 +499,6 @@ BOOLEAN NTAPI HalpBiosDisplayReset(VOID) { -#if 0 X86_BIOS_REGISTERS Registers; ULONG OldEflags; BOOLEAN Success; @@ -515,9 +514,5 @@ HalpBiosDisplayReset(VOID) /* Restore previous flags */ __writeeflags(OldEflags); return Success; -#else - /* This x64 HAL does NOT currently handle display reset (TODO) */ - return FALSE; -#endif } #endif // _M_AMD64