From 492e14a0557e335877d7923c5efd416e67d4a261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Fri, 12 Feb 2016 17:37:41 +0000 Subject: [PATCH] This stuff should not have been committed. svn path=/trunk/; revision=70716 --- reactos/win32ss/user/ntuser/nonclient.c | 2 -- 1 file changed, 2 deletions(-) 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);