Remove unused xf86Info.pMouse

This commit is contained in:
Adam Jackson 2008-08-19 10:29:23 -04:00
parent f227fbf74f
commit 9f08ffc557
2 changed files with 0 additions and 4 deletions

View File

@ -99,7 +99,6 @@ xf86InfoRec xf86Info = {
-1, /* vtno */
FALSE, /* vtSysreq */
SKWhenNeeded, /* ddxSpecialKeys */
NULL, /* pMouse */
-1, /* lastEventTime */
FALSE, /* vtRequestsPending */
FALSE, /* dontVTSwitch */

View File

@ -67,9 +67,6 @@ typedef struct {
Bool vtSysreq;
SpecialKeysInDDX ddxSpecialKeys;
/* mouse part */
DeviceIntPtr pMouse;
/* event handler part */
int lastEventTime;
Bool vtRequestsPending;