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>
This commit is contained in:
Peter Hutterer 2010-07-30 13:44:20 +10:00
parent cdb5863c9f
commit 2b7840b63d
2 changed files with 0 additions and 7 deletions

View File

@ -63,7 +63,6 @@
#include "Pci.h"
#include "xf86Xinput.h"
extern DeviceAssocRec mouse_assoc;
#include "xkbsrv.h"

View File

@ -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;