summaryrefslogtreecommitdiff
path: root/flam3.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-05-10 17:32:24 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-05-10 17:32:24 +0200
commit2a10eae5e6794a93c8b92b14836f196bd03b53c3 (patch)
tree54b1b958b4731c81e5852a38d8c7e0cea07c2bfe /flam3.h
parenta6a437ac1a51f091da4c00b12ad69fac04425435 (diff)
downloadpucket-2a10eae5e6794a93c8b92b14836f196bd03b53c3.tar.gz
pucket-2a10eae5e6794a93c8b92b14836f196bd03b53c3.tar.bz2
pucket-2a10eae5e6794a93c8b92b14836f196bd03b53c3.zip
Drop motion_*
Diffstat (limited to 'flam3.h')
-rw-r--r--flam3.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/flam3.h b/flam3.h
index 983d33e..b011d81 100644
--- a/flam3.h
+++ b/flam3.h
@@ -371,9 +371,6 @@ typedef struct xform {
int num_active_vars;
double active_var_weights[flam3_nvariations];
int varFunc[flam3_nvariations];
-
- int motion_freq;
- int motion_func;
} flam3_xform;
#include "palettes.h"
@@ -481,11 +478,6 @@ typedef struct {
int sub_batch_size;
} flam3_frame;
-/* Motion function indices */
-#define MOTION_SIN 1
-#define MOTION_TRIANGLE 2
-#define MOTION_HILL 3
-
/* Mutation modes */
#define MUTATE_NOT_SPECIFIED -1
#define MUTATE_ALL_VARIATIONS 0