summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-04-30 14:40:07 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-05-02 11:20:26 +1000
commit6940e481a4aadfbc4c87362e1461a43b296bc8b1 (patch)
tree82c33b6cd7028b63c25cb08e3ef64a525a959f0b
parent1329374edbd8bd5a375d32829d0f6153f84e6b6f (diff)
downloadxf86-input-wacom-6940e481a4aadfbc4c87362e1461a43b296bc8b1.tar.gz
Purge TILT_REQUEST_FLAG
Write-only value, obsolete as of xf86-input-wacom-0.10.4-45-gba90433 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com>
-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