[WIN32K] - Formating... No code changes.
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / input.c
index e25a94a..0e80515 100644 (file)
@@ -143,13 +143,6 @@ RawInputThreadMain()
     ByteOffset.QuadPart = (LONGLONG)0;
     WaitTimeout.QuadPart = (LONGLONG)(-10000000);
 
-    /*do
-    {
-        KEVENT Event;
-        KeInitializeEvent(&Event, NotificationEvent, FALSE);
-        Status = KeWaitForSingleObject(&Event, Executive, KernelMode, FALSE, &WaitTimeout);
-    } while (!NT_SUCCESS(Status));*/
-
     ptiRawInput = PsGetCurrentThreadWin32Thread();
     ptiRawInput->TIF_flags |= TIF_SYSTEMTHREAD;
     TRACE("Raw Input Thread 0x%x\n", ptiRawInput);