Commit in reactos/subsys/win32k/ntuser on MAIN
msgqueue.c+1-21.86 -> 1.87
removed unused variable

reactos/subsys/win32k/ntuser
msgqueue.c 1.86 -> 1.87
diff -u -r1.86 -r1.87
--- msgqueue.c	14 Apr 2004 19:06:02 -0000	1.86
+++ msgqueue.c	14 Apr 2004 19:07:14 -0000	1.87
@@ -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 @@
   PWINDOW_OBJECT Window = NULL;
   HWND CaptureWin;
   POINT Point;
-  BOOL BtnClick;
   
   ThreadQueue = PsGetWin32Thread()->MessageQueue;
   
CVSspam 0.2.8