From 2b7840b63da6bc00aa40e8a427d9fd719ba5e6d0 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 30 Jul 2010 13:44:20 +1000 Subject: [PATCH] xfree86: remove unused DeviceAssocRec struct. Signed-off-by: Peter Hutterer Reviewed-by: Adam Jackson Reviewed-by: Daniel Stone --- hw/xfree86/common/xf86Config.c | 1 - hw/xfree86/common/xf86Xinput.h | 6 ------ 2 files changed, 7 deletions(-) diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c index 28786baa33..76d820b3de 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 6f003cca18..dab76c0f9f 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;