diff --git a/reactos/subsystems/win32/win32k/ntuser/msgqueue.c b/reactos/subsystems/win32/win32k/ntuser/msgqueue.c index f8de57e6b87..b19608f0af7 100644 --- a/reactos/subsystems/win32/win32k/ntuser/msgqueue.c +++ b/reactos/subsystems/win32/win32k/ntuser/msgqueue.c @@ -126,7 +126,6 @@ UserSetCursor( /* Remove the cursor */ GreMovePointer(hdcScreen, -1, -1); DPRINT("Removing pointer!\n"); - DbgBreakPoint(); } IntGetSysCursorInfo()->CurrentCursorObject = NewCursor; }