diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-07-30 13:44:20 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-01 15:26:50 +1000 |
commit | 2b7840b63da6bc00aa40e8a427d9fd719ba5e6d0 (patch) | |
tree | 44e1989d96443966adf1eb7df148a8448c4041da /hw/xfree86/common/xf86Xinput.h | |
parent | cdb5863c9f68548afa0c69e08c697c83f9a5e671 (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>
Diffstat (limited to 'hw/xfree86/common/xf86Xinput.h')
-rw-r--r-- | hw/xfree86/common/xf86Xinput.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; |