mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
removed unused variable
svn path=/trunk/; revision=9142
This commit is contained in:
parent
34ec714d1b
commit
c62a106e0c
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* 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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -249,7 +249,6 @@ MsqTranslateMouseMessage(HWND hWnd, UINT FilterLow, UINT FilterHigh,
|
||||||
PWINDOW_OBJECT Window = NULL;
|
PWINDOW_OBJECT Window = NULL;
|
||||||
HWND CaptureWin;
|
HWND CaptureWin;
|
||||||
POINT Point;
|
POINT Point;
|
||||||
BOOL BtnClick;
|
|
||||||
|
|
||||||
ThreadQueue = PsGetWin32Thread()->MessageQueue;
|
ThreadQueue = PsGetWin32Thread()->MessageQueue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue