Remove unused xf86Info.mouseLocal

This commit is contained in:
Adam Jackson 2008-08-18 17:58:08 -04:00
parent b3dfd7e3e4
commit 75e495a4cd
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -69,7 +69,6 @@ typedef struct {
/* mouse part */
DeviceIntPtr pMouse;
pointer mouseLocal;
/* event handler part */
int lastEventTime;