Signed-off-by: Peter Hutterer <[email protected]>
---
 src/wcmValidateDevice.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/wcmValidateDevice.c b/src/wcmValidateDevice.c
index 2235dd6..07632de 100644
--- a/src/wcmValidateDevice.c
+++ b/src/wcmValidateDevice.c
@@ -475,15 +475,11 @@ int wcmParseOptions(LocalDevicePtr local, unsigned long* 
keys)
 
        if (xf86SetBoolOption(local->options, "Tilt",
                        (common->wcmFlags & TILT_REQUEST_FLAG)))
-       {
                common->wcmFlags |= TILT_REQUEST_FLAG;
-       }
 
        if (xf86SetBoolOption(local->options, "RawFilter",
                        (common->wcmFlags & RAW_FILTERING_FLAG)))
-       {
                common->wcmFlags |= RAW_FILTERING_FLAG;
-       }
 
        /* pressure curve takes control points x1,y1,x2,y2
         * values in range from 0..100.
@@ -501,9 +497,7 @@ int wcmParseOptions(LocalDevicePtr local, unsigned long* 
keys)
                        xf86Msg(X_CONFIG, "%s: PressCurve not valid\n",
                                local->name);
                else
-               {
                        wcmSetPressureCurve(priv,a,b,c,d);
-               }
        }
 
        if (IsCursor(priv))
-- 
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

Reply via email to