mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 10:30:19 +01:00
Remove unused xf86Info.mouseLocal
This commit is contained in:
parent
b3dfd7e3e4
commit
75e495a4cd
2 changed files with 0 additions and 2 deletions
|
|
@ -100,7 +100,6 @@ xf86InfoRec xf86Info = {
|
|||
FALSE, /* vtSysreq */
|
||||
SKWhenNeeded, /* ddxSpecialKeys */
|
||||
NULL, /* pMouse */
|
||||
NULL, /* mouseLocal */
|
||||
-1, /* lastEventTime */
|
||||
FALSE, /* vtRequestsPending */
|
||||
FALSE, /* dontVTSwitch */
|
||||
|
|
|
|||
|
|
@ -69,7 +69,6 @@ typedef struct {
|
|||
|
||||
/* mouse part */
|
||||
DeviceIntPtr pMouse;
|
||||
pointer mouseLocal;
|
||||
|
||||
/* event handler part */
|
||||
int lastEventTime;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue