Remove unnecessary console input buffer reset

This commit is contained in:
Aiken Harris 2025-08-27 22:21:39 +02:00
parent 2ee33ab229
commit ba65264d1e
Signed by: harraiken
GPG Key ID: C40F06CB7493C1F5

View File

@ -785,7 +785,6 @@ BlDisplayInputDialog(IN PWCHAR Caption,
/* Wait for key press and read key stroke */
BlWaitForEfiEvent(1, &EfiSystemTable->ConIn->WaitForKey, &Index);
BlReadKeyStroke(&Key);
BlResetConsoleInputBuffer();
/* Check key press scan code */
if(Key.ScanCode == 0x17)