On Tue, Jan 11, 2011 at 5:34 PM, <[email protected]> wrote: > From: Chris Bagwell <[email protected]> > > Signed-off-by: Chris Bagwell <[email protected]>
Reviewed-by: Ping Cheng <[email protected]> Ping > --- > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel > ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
