summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wcmValidateDevice.c4
-rw-r--r--src/xf86WacomDefs.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
index 81e9a2a..8e27bb1 100644
--- a/src/wcmValidateDevice.c
+++ b/src/wcmValidateDevice.c
@@ -794,10 +794,6 @@ Bool wcmPreInitParseOptions(InputInfoPtr pInfo, Bool is_primary,
common->wcmSuppress = DEFAULT_SUPPRESS;
}
- if (xf86SetBoolOption(pInfo->options, "Tilt",
- (common->wcmFlags & TILT_REQUEST_FLAG)))
- common->wcmFlags |= TILT_REQUEST_FLAG;
-
/* pressure curve takes control points x1,y1,x2,y2
* values in range from 0..100.
* Linear curve is 0,0,100,100
diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h
index 3170ea0..a7cdcd4 100644
--- a/src/xf86WacomDefs.h
+++ b/src/xf86WacomDefs.h
@@ -394,7 +394,6 @@ extern WacomDeviceClass gWacomISDV4Device;
* WacomCommonRec
*****************************************************************************/
-#define TILT_REQUEST_FLAG 1
#define TILT_ENABLED_FLAG 2
#define MAX_FINGERS 16