diff --git a/win32ss/user/ntuser/display.c b/win32ss/user/ntuser/display.c index 8ce655fbb27..5a9a5911262 100644 --- a/win32ss/user/ntuser/display.c +++ b/win32ss/user/ntuser/display.c @@ -168,22 +168,6 @@ InitVideo(VOID) if (!NT_SUCCESS(Status)) return Status; - /* Check if we had any success */ - if (!gpPrimaryGraphicsDevice) - { - /* Check if there is a VGA device we skipped */ - if (gpVgaGraphicsDevice) - { - /* There is, use the VGA device */ - gpPrimaryGraphicsDevice = gpVgaGraphicsDevice; - } - else - { - ERR("No usable display driver was found.\n"); - return STATUS_UNSUCCESSFUL; - } - } - InitSysParams(); return STATUS_SUCCESS;