diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-18 17:58:08 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-18 17:58:08 -0400 |
commit | 75e495a4cd823b6fa42a8d167ecc9f4723320dea (patch) | |
tree | c0a6fb90ef428daedc1d7077b6ccc11f3d64733b | |
parent | b3dfd7e3e4deef21b40c885f8e7eae34b55888b2 (diff) |
Remove unused xf86Info.mouseLocal
-rw-r--r-- | hw/xfree86/common/xf86Globals.c | 1 | ||||
-rw-r--r-- | hw/xfree86/common/xf86Privstr.h | 1 |
2 files changed, 0 insertions, 2 deletions
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; |