* Sync up to trunk head (r65270).
[reactos.git] / subsystems / ntvdm / hardware / keyboard.c
index fbd1d7a..520d503 100644 (file)
@@ -41,8 +41,6 @@ VOID KeyboardEventHandler(PKEY_EVENT_RECORD KeyEvent)
     }
 
     DPRINT("Press 0x%X\n", ScanCode);
-
-    // PicInterruptRequest(1);
 }
 
 BOOLEAN KeyboardInit(BYTE PS2Connector)