On Monday, September 6, 2010, Peter Hutterer <[email protected]> wrote: > These fields are unused and to be removed soon anyway. Don't init them, we > don't access them at any time. > > Signed-off-by: Peter Hutterer <[email protected]>
Acked-by: Ping Cheng <[email protected]> Ping > these two are scheduled for removal in the server and we haven't used them > at any time, AFAICT. Removing them to prevent future build failures. > > src/wcmConfig.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/src/wcmConfig.c b/src/wcmConfig.c > index 2fdacfa..163f150 100644 > --- a/src/wcmConfig.c > +++ b/src/wcmConfig.c > @@ -66,8 +66,6 @@ static int wcmAllocate(InputInfoPtr pInfo) > pInfo->dev = NULL; > pInfo->private = priv; > pInfo->private_flags = 0; > - pInfo->old_x = -1; > - pInfo->old_y = -1; > > priv->next = NULL; > priv->pInfo = pInfo; > -- > 1.7.2.2 > > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > Linuxwacom-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel > ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Linuxwacom-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel
