Functionality removed back in 2001 with commit 82e65fc Signed-off-by: Jason Gerecke <killert...@gmail.com> --- src/xf86Wacom.h | 4 ---- src/xf86WacomDefs.h | 1 - 2 files changed, 5 deletions(-)
diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h index 6872108..f337e6a 100644 --- a/src/xf86Wacom.h +++ b/src/xf86Wacom.h @@ -127,10 +127,6 @@ void wcmEvent(WacomCommonPtr common, unsigned int channel, const WacomDeviceStat /* dispatches data to XInput event system */ void wcmSendEvents(InputInfoPtr pInfo, const WacomDeviceState* ds); -/* generic area check for xf86Wacom.c, wcmCommon.c and wcmXCommand.c */ -Bool wcmPointInArea(WacomToolAreaPtr area, int x, int y); -Bool wcmAreaListOverlap(WacomToolAreaPtr area, WacomToolAreaPtr list); - /* calculate the proper tablet to screen mapping factor */ void wcmMappingFactor(InputInfoPtr pInfo); diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h index 2d5fedf..d04c71b 100644 --- a/src/xf86WacomDefs.h +++ b/src/xf86WacomDefs.h @@ -112,7 +112,6 @@ typedef struct _WacomCommonRec WacomCommonRec, *WacomCommonPtr; typedef struct _WacomFilterState WacomFilterState, *WacomFilterStatePtr; typedef struct _WacomDeviceClass WacomDeviceClass, *WacomDeviceClassPtr; typedef struct _WacomTool WacomTool, *WacomToolPtr; -typedef struct _WacomToolArea WacomToolArea, *WacomToolAreaPtr; /****************************************************************************** * WacomModel - model-specific device capabilities -- 1.9.1 ------------------------------------------------------------------------------ Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Deployment Start a new project now. Try Jenkins in the cloud. http://p.sf.net/sfu/13600_Cloudbees _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel