Re: [PATCH] zoom: remove temporary variables

2015-10-08 Thread Bryce Harrington
On Thu, Oct 08, 2015 at 07:13:01PM +0300, Giulio Camuffo wrote: > --- > > This is a follow up to "zoom: Remove unneeded usage of wl_fixed_ts in favour > of doubles" > > src/zoom.c | 16 > 1 file changed, 4 insertions(+), 12 deletions(-) Thanks, LGTM Reviewed-by: Bryce Harring

[PATCH] zoom: remove temporary variables

2015-10-08 Thread Giulio Camuffo
--- This is a follow up to "zoom: Remove unneeded usage of wl_fixed_ts in favour of doubles" src/zoom.c | 16 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/zoom.c b/src/zoom.c index edffa89..08c0693 100644 --- a/src/zoom.c +++ b/src/zoom.c @@ -68,19 +68,14