summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-19 10:29:23 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-19 10:29:41 -0400
commit9f08ffc557b52e2e8cd54fb692b66700c83d61c6 (patch)
treec904125a380fa1d31713bc3657f3c6cf351dfbb5
parentf227fbf74f0c619ecf3275cdb4c10b1a4b3a8cfc (diff)
Remove unused xf86Info.pMouse
-rw-r--r--hw/xfree86/common/xf86Globals.c1
-rw-r--r--hw/xfree86/common/xf86Privstr.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/common/xf86Globals.c b/hw/xfree86/common/xf86Globals.c
index 3052149d4..dabcd3dc8 100644
--- a/hw/xfree86/common/xf86Globals.c
+++ b/hw/xfree86/common/xf86Globals.c
@@ -99,7 +99,6 @@ xf86InfoRec xf86Info = {
-1, /* vtno */
FALSE, /* vtSysreq */
SKWhenNeeded, /* ddxSpecialKeys */
- NULL, /* pMouse */
-1, /* lastEventTime */
FALSE, /* vtRequestsPending */
FALSE, /* dontVTSwitch */
diff --git a/hw/xfree86/common/xf86Privstr.h b/hw/xfree86/common/xf86Privstr.h
index 12c700a8e..6a7a6dc86 100644
--- a/hw/xfree86/common/xf86Privstr.h
+++ b/hw/xfree86/common/xf86Privstr.h
@@ -67,9 +67,6 @@ typedef struct {
Bool vtSysreq;
SpecialKeysInDDX ddxSpecialKeys;
- /* mouse part */
- DeviceIntPtr pMouse;
-
/* event handler part */
int lastEventTime;
Bool vtRequestsPending;