[PATCH aiptek 16/18] Drop unused DeviceAssocRec

Peter Hutterer peter.hutterer at who-t.net
Wed Dec 1 18:13:47 PST 2010


Dropped from the server for not being referenced anywhere, see commit below

commit 2b7840b63da6bc00aa40e8a427d9fd719ba5e6d0
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Jul 30 13:44:20 2010 +1000

    xfree86: remove unused DeviceAssocRec struct.

Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/xf86Aiptek.c |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/src/xf86Aiptek.c b/src/xf86Aiptek.c
index 3112bf7..2265cc3 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.
-- 
1.7.3.2



More information about the xorg-devel mailing list