We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770adbc commit 0d8e265Copy full SHA for 0d8e265
win32ss/user/ntuser/display.c
@@ -168,22 +168,6 @@ InitVideo(VOID)
168
if (!NT_SUCCESS(Status))
169
return Status;
170
171
- /* Check if we had any success */
172
- if (!gpPrimaryGraphicsDevice)
173
- {
174
- /* Check if there is a VGA device we skipped */
175
- if (gpVgaGraphicsDevice)
176
177
- /* There is, use the VGA device */
178
- gpPrimaryGraphicsDevice = gpVgaGraphicsDevice;
179
- }
180
- else
181
182
- ERR("No usable display driver was found.\n");
183
- return STATUS_UNSUCCESSFUL;
184
185
186
-
187
InitSysParams();
188
189
return STATUS_SUCCESS;
0 commit comments