diff options
-rw-r--r-- | hw/xfree86/common/xf86Config.c | 1 | ||||
-rw-r--r-- | hw/xfree86/common/xf86Xinput.h | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c index 28786baa3..76d820b3d 100644 --- a/hw/xfree86/common/xf86Config.c +++ b/hw/xfree86/common/xf86Config.c @@ -63,7 +63,6 @@ #include "Pci.h" #include "xf86Xinput.h" -extern DeviceAssocRec mouse_assoc; #include "xkbsrv.h" diff --git a/hw/xfree86/common/xf86Xinput.h b/hw/xfree86/common/xf86Xinput.h index 6f003cca1..dab76c0f9 100644 --- a/hw/xfree86/common/xf86Xinput.h +++ b/hw/xfree86/common/xf86Xinput.h @@ -140,12 +140,6 @@ typedef struct _InputInfoRec { InputAttributes *attrs; } InputInfoRec, *InputInfoPtr; -typedef struct _DeviceAssocRec -{ - char * config_section_name; - InputInfoPtr (*device_allocate)(void); -} DeviceAssocRec, *DeviceAssocPtr; - /* xf86Globals.c */ extern _X_EXPORT InputInfoPtr xf86InputDevs; |