Dropped from the server for not being referenced anywhere, see commit below
commit 2b7840b63da6bc00aa40e8a427d9fd719ba5e6d0 Author: Peter Hutterer <[email protected]> Date: Fri Jul 30 13:44:20 2010 +1000 xfree86: remove unused DeviceAssocRec struct. Signed-off-by: Peter Hutterer <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
