From c62a106e0cbf4a7e5617ec7bdfd92f2ea3ea2f65 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Wed, 14 Apr 2004 19:07:14 +0000 Subject: [PATCH] removed unused variable svn path=/trunk/; revision=9142 --- reactos/subsys/win32k/ntuser/msgqueue.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/subsys/win32k/ntuser/msgqueue.c b/reactos/subsys/win32k/ntuser/msgqueue.c index 2da18bbde46..b2be9121319 100644 --- a/reactos/subsys/win32k/ntuser/msgqueue.c +++ b/reactos/subsys/win32k/ntuser/msgqueue.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: msgqueue.c,v 1.86 2004/04/14 19:06:02 weiden Exp $ +/* $Id: msgqueue.c,v 1.87 2004/04/14 19:07:14 weiden Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -249,7 +249,6 @@ MsqTranslateMouseMessage(HWND hWnd, UINT FilterLow, UINT FilterHigh, PWINDOW_OBJECT Window = NULL; HWND CaptureWin; POINT Point; - BOOL BtnClick; ThreadQueue = PsGetWin32Thread()->MessageQueue;