Overwriting the default option with the same value doesn't seem to be
useful. Also add a fixme, this code shouldn't be here in the first place.

Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 src/wcmValidateDevice.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
index 4b51596..bd594fb 100644
--- a/src/wcmValidateDevice.c
+++ b/src/wcmValidateDevice.c
@@ -697,12 +697,12 @@ int wcmParseOptions(InputInfoPtr pInfo, int hotplugged)
                        xf86Msg(X_WARNING, "%s: Touch gesture option can only "
                                "be set by a touch tool.\n", pInfo->name);
 
+               /* FIXME: wtf is this here?? */
                if ((common->wcmDevCls == &gWacomUSBDevice) &&
                                TabletHasFeature(common, WCM_LCD) &&
                                TabletHasFeature(common, WCM_2FGT)) {
                        common->wcmGestureParameters.wcmZoomDistanceDefault = 
30;
                        common->wcmGestureParameters.wcmScrollDistanceDefault = 
30;
-                       common->wcmGestureParameters.wcmTapTimeDefault = 250;
                }
 
                common->wcmGestureParameters.wcmZoomDistance =
-- 
1.7.3.4

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to