[PATCH 15/19] xfree86: remove unused DeviceAssocRec struct.

Peter Hutterer peter.hutterer at who-t.net
Thu Jul 29 23:21:31 PDT 2010


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 hw/xfree86/common/xf86Config.c |    1 -
 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 28786ba..76d820b 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 6f003cc..dab76c0 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;
 
-- 
1.7.2



More information about the xorg-devel mailing list