- Ops, remove DbgBreakPoint

svn path=/trunk/; revision=52140
This commit is contained in:
Rafal Harabien 2011-06-07 20:52:09 +00:00
parent d2319845e3
commit 26a96b762b

View file

@ -126,7 +126,6 @@ UserSetCursor(
/* Remove the cursor */
GreMovePointer(hdcScreen, -1, -1);
DPRINT("Removing pointer!\n");
DbgBreakPoint();
}
IntGetSysCursorInfo()->CurrentCursorObject = NewCursor;
}