summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-12-02 11:45:47 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-12-02 13:05:20 +1000
commit7708830a034fd5a0ad696007ed11d3b6c558e178 (patch)
tree27ad76dc535b897459762d87f63ee490b8b201b7
parent5f08edaba640b43df462f77143e657d58181bf21 (diff)
Drop unused DeviceAssocRec
Dropped from the server for not being referenced anywhere, see commit below commit 2b7840b63da6bc00aa40e8a427d9fd719ba5e6d0 Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Fri Jul 30 13:44:20 2010 +1000 xfree86: remove unused DeviceAssocRec struct. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Trevor Woerner <twoerner@gmail.com>
-rw-r--r--src/xf86Aiptek.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/xf86Aiptek.c b/src/xf86Aiptek.c
index 919a47d..04837e5 100644
--- a/src/xf86Aiptek.c
+++ b/src/xf86Aiptek.c
@@ -1796,33 +1796,6 @@ xf86AiptekAllocateEraser(void)
}
/*
- * Stylus device association
- */
-DeviceAssocRec aiptek_stylus_assoc =
-{
- STYLUS_SECTION_NAME, /* config_section_name */
- xf86AiptekAllocateStylus /* device_allocate */
-};
-
-/*
- * Cursor device association
- */
-DeviceAssocRec aiptek_cursor_assoc =
-{
- CURSOR_SECTION_NAME, /* config_section_name */
- xf86AiptekAllocateCursor /* device_allocate */
-};
-
-/*
- * Eraser device association
- */
-DeviceAssocRec aiptek_eraser_assoc =
-{
- ERASER_SECTION_NAME, /* config_section_name */
- xf86AiptekAllocateEraser /* device_allocate */
-};
-
-/*
* xf86AiptekUninit --
*
* called when the driver is unloaded.