From b2cce683d3c84780fd31b16e26b6b85666da2872 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 22 Mar 2015 15:27:53 +0100 Subject: Remove motion language --- variations.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'variations.c') diff --git a/variations.c b/variations.c index 2fbcedc..219e342 100644 --- a/variations.c +++ b/variations.c @@ -2308,8 +2308,6 @@ void initialize_xforms(flam3_genome *thiscp, int start_here) { thiscp->xform[i].var[0] = 1.0; thiscp->xform[i].motion_freq = 0; thiscp->xform[i].motion_func = 0; - thiscp->xform[i].num_motion = 0; - thiscp->xform[i].motion = NULL; for (j = 1; j < flam3_nvariations; j++) thiscp->xform[i].var[j] = 0.0; thiscp->xform[i].c[0][0] = 1.0; -- cgit v1.2.3