Looks like they became obsolete with b3cba4e3543a98103282ba8fa55bf38012d23d9f.
Signed-off-by: Peter Hutterer <[email protected]> --- src/xf86WacomDefs.h | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h index 34a9375..5a99377 100644 --- a/src/xf86WacomDefs.h +++ b/src/xf86WacomDefs.h @@ -266,19 +266,6 @@ struct _WacomDeviceRec #define MAX_SAMPLES 20 #define DEFAULT_SAMPLES 4 -#define PEN(ds) ((((ds)->device_id) & 0x07ff) == 0x0022 || \ - (((ds)->device_id) & 0x07ff) == 0x0042 || \ - (((ds)->device_id) & 0x07ff) == 0x0052) -#define STROKING_PEN(ds) ((((ds)->device_id) & 0x07ff) == 0x0032) -#define AIRBRUSH(ds) ((((ds)->device_id) & 0x07ff) == 0x0112) -#define MOUSE_4D(ds) ((((ds)->device_id) & 0x07ff) == 0x0094) -#define MOUSE_2D(ds) ((((ds)->device_id) & 0x07ff) == 0x0007) -#define LENS_CURSOR(ds) ((((ds)->device_id) & 0x07ff) == 0x0096) -#define INKING_PEN(ds) ((((ds)->device_id) & 0x07ff) == 0x0012) -#define STYLUS_TOOL(ds) (PEN(ds) || STROKING_PEN(ds) || INKING_PEN(ds) || \ - AIRBRUSH(ds)) -#define CURSOR_TOOL(ds) (MOUSE_4D(ds) || LENS_CURSOR(ds) || MOUSE_2D(ds)) - struct _WacomDeviceState { LocalDevicePtr local; -- 1.6.6 ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
