From: Hermès Bélusca-Maïto Date: Fri, 12 Feb 2016 17:37:41 +0000 (+0000) Subject: This stuff should not have been committed. X-Git-Tag: ReactOS-0.4.1~498 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=492e14a0557e335877d7923c5efd416e67d4a261 This stuff should not have been committed. svn path=/trunk/; revision=70716 --- diff --git a/reactos/win32ss/user/ntuser/nonclient.c b/reactos/win32ss/user/ntuser/nonclient.c index abb796cb43e..545dae1a5ef 100644 --- a/reactos/win32ss/user/ntuser/nonclient.c +++ b/reactos/win32ss/user/ntuser/nonclient.c @@ -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);