This stuff should not have been committed.
[reactos.git] / reactos / win32ss / user / ntuser / nonclient.c
index abb796c..545dae1 100644 (file)
@@ -356,9 +356,7 @@ DefWndDoSizeMove(PWND pwnd, WORD wParam)
    hdc = UserGetDCEx( pWndParent, 0, DCX_CACHE );
    if (iconic)
    {
-       // DragCursor = pwnd->pcls->spcur;
        DragCursor = pwnd->pcls->spicn;
-       ERR("pwnd->pcls->spicn = 0x%p ; pwnd->pcls->spcur = 0x%p\n", pwnd->pcls->spicn, pwnd->pcls->spcur);
        if (DragCursor)
        {
            UserReferenceObject(DragCursor);