From a7842df438eda518325138b2207c9a898171ba47 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 30 Mar 2015 20:49:52 +0200 Subject: Drop rotation center Equal to camera center anyway --- interpolation.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'interpolation.c') diff --git a/interpolation.c b/interpolation.c index 600d1d8..a316116 100644 --- a/interpolation.c +++ b/interpolation.c @@ -408,8 +408,6 @@ void flam3_interpolate_n(flam3_genome *result, int ncp, INTERI(height); INTERP(center[0]); INTERP(center[1]); - INTERP(rot_center[0]); - INTERP(rot_center[1]); INTERP(pixels_per_unit); INTERP(zoom); INTERP(rotate); -- cgit v1.2.3