diff --git a/hw/xfree86/common/xf86Globals.c b/hw/xfree86/common/xf86Globals.c index 54c934ac4..3052149d4 100644 --- a/hw/xfree86/common/xf86Globals.c +++ b/hw/xfree86/common/xf86Globals.c @@ -100,7 +100,6 @@ xf86InfoRec xf86Info = { FALSE, /* vtSysreq */ SKWhenNeeded, /* ddxSpecialKeys */ NULL, /* pMouse */ - NULL, /* mouseLocal */ -1, /* lastEventTime */ FALSE, /* vtRequestsPending */ FALSE, /* dontVTSwitch */ diff --git a/hw/xfree86/common/xf86Privstr.h b/hw/xfree86/common/xf86Privstr.h index 013c91e60..12c700a8e 100644 --- a/hw/xfree86/common/xf86Privstr.h +++ b/hw/xfree86/common/xf86Privstr.h @@ -69,7 +69,6 @@ typedef struct { /* mouse part */ DeviceIntPtr pMouse; - pointer mouseLocal; /* event handler part */ int lastEventTime;