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 = {
99 -1, /* vtno */ 99 -1, /* vtno */
100 FALSE, /* vtSysreq */ 100 FALSE, /* vtSysreq */
101 SKWhenNeeded, /* ddxSpecialKeys */ 101 SKWhenNeeded, /* ddxSpecialKeys */
102 NULL, /* pMouse */
103 -1, /* lastEventTime */ 102 -1, /* lastEventTime */
104 FALSE, /* vtRequestsPending */ 103 FALSE, /* vtRequestsPending */
105 FALSE, /* dontVTSwitch */ 104 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 {
67 Bool vtSysreq; 67 Bool vtSysreq;
68 SpecialKeysInDDX ddxSpecialKeys; 68 SpecialKeysInDDX ddxSpecialKeys;
69 69
70 /* mouse part */
71 DeviceIntPtr pMouse;
72
73 /* event handler part */ 70 /* event handler part */
74 int lastEventTime; 71 int lastEventTime;
75 Bool vtRequestsPending; 72 Bool vtRequestsPending;