summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-07-30 13:44:20 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-09-01 15:26:50 +1000
commit2b7840b63da6bc00aa40e8a427d9fd719ba5e6d0 (patch)
tree44e1989d96443966adf1eb7df148a8448c4041da
parentcdb5863c9f68548afa0c69e08c697c83f9a5e671 (diff)
xfree86: remove unused DeviceAssocRec struct.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r--hw/xfree86/common/xf86Config.c1
-rw-r--r--hw/xfree86/common/xf86Xinput.h6
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;