summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-18 17:58:08 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-18 17:58:08 -0400
commit75e495a4cd823b6fa42a8d167ecc9f4723320dea (patch)
treec0a6fb90ef428daedc1d7077b6ccc11f3d64733b
parentb3dfd7e3e4deef21b40c885f8e7eae34b55888b2 (diff)
Remove unused xf86Info.mouseLocal
-rw-r--r--hw/xfree86/common/xf86Globals.c1
-rw-r--r--hw/xfree86/common/xf86Privstr.h1
2 files changed, 0 insertions, 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;