From 75e495a4cd823b6fa42a8d167ecc9f4723320dea Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 18 Aug 2008 17:58:08 -0400 Subject: [PATCH] Remove unused xf86Info.mouseLocal --- hw/xfree86/common/xf86Globals.c | 1 - hw/xfree86/common/xf86Privstr.h | 1 - 2 files changed, 2 deletions(-) diff --git a/hw/xfree86/common/xf86Globals.c b/hw/xfree86/common/xf86Globals.c index 54c934ac4..3052149d4 100644 --- a/hw/xfree86/common/xf86Globals.c +++ b/hw/xfree86/common/xf86Globals.c @@ -100,7 +100,6 @@ xf86InfoRec xf86Info = { FALSE, /* vtSysreq */ SKWhenNeeded, /* ddxSpecialKeys */ NULL, /* pMouse */ - NULL, /* mouseLocal */ -1, /* lastEventTime */ FALSE, /* vtRequestsPending */ FALSE, /* dontVTSwitch */ diff --git a/hw/xfree86/common/xf86Privstr.h b/hw/xfree86/common/xf86Privstr.h index 013c91e60..12c700a8e 100644 --- a/hw/xfree86/common/xf86Privstr.h +++ b/hw/xfree86/common/xf86Privstr.h @@ -69,7 +69,6 @@ typedef struct { /* mouse part */ DeviceIntPtr pMouse; - pointer mouseLocal; /* event handler part */ int lastEventTime;