This stuff should not have been committed.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 12 Feb 2016 17:37:41 +0000 (17:37 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Fri, 12 Feb 2016 17:37:41 +0000 (17:37 +0000)
svn path=/trunk/; revision=70716

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)
    {
    hdc = UserGetDCEx( pWndParent, 0, DCX_CACHE );
    if (iconic)
    {
-       // DragCursor = pwnd->pcls->spcur;
        DragCursor = pwnd->pcls->spicn;
        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);
        if (DragCursor)
        {
            UserReferenceObject(DragCursor);