From: Chris Bagwell <ch...@cnpbagwell.com>

Signed-off-by: Chris Bagwell <ch...@cnpbagwell.com>
---
 src/xf86Wacom.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/xf86Wacom.c b/src/xf86Wacom.c
index 5be8409..078a488 100644
--- a/src/xf86Wacom.c
+++ b/src/xf86Wacom.c
@@ -209,13 +209,6 @@ void wcmVirtualTabletSize(InputInfoPtr pInfo)
 {
        WacomDevicePtr priv = (WacomDevicePtr)pInfo->private;
 
-       if (!is_absolute(pInfo))
-       {
-               priv->sizeX = priv->bottomX - priv->topX;
-               priv->sizeY = priv->bottomY - priv->topY;
-               return;
-       }
-
        priv->sizeX = priv->bottomX - priv->topX;
        priv->sizeY = priv->bottomY - priv->topY;
 
-- 
1.7.3.4


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
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