From ef8535e0250732dfb152a391596765db662b858c Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Tue, 12 Aug 2003 22:45:27 +0000 Subject: [PATCH] removed warning svn path=/trunk/; revision=5551 --- reactos/subsys/win32k/ntuser/window.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/window.c b/reactos/subsys/win32k/ntuser/window.c index 06b79daab66..194964a1daa 100644 --- a/reactos/subsys/win32k/ntuser/window.c +++ b/reactos/subsys/win32k/ntuser/window.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: window.c,v 1.88 2003/08/12 22:27:55 weiden Exp $ +/* $Id: window.c,v 1.89 2003/08/12 22:45:27 weiden Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -1489,7 +1489,6 @@ NtUserInternalGetWindowText(HWND hWnd, { DWORD res = 0; PWINDOW_OBJECT WindowObject; - HANDLE Atom; W32kAcquireWinLockShared(); /* ??? */ WindowObject = W32kGetWindowObject(hWnd);