summaryrefslogtreecommitdiff
path: root/variations.c
diff options
context:
space:
mode:
Diffstat (limited to 'variations.c')
-rw-r--r--variations.c2
1 files changed, 0 insertions, 2 deletions
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;