summaryrefslogtreecommitdiff
path: root/flam3.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-05-10 17:16:41 +0200
committerLars-Dominik Braun <lars@6xq.net>2015-05-10 17:16:41 +0200
commite59d1fe31732b50401b3b790d31fa971eff9d762 (patch)
tree5500893d389c20d381b5a8293abd732155c72cd7 /flam3.h
parenta83af6c9ed35849821f85267c7e9670ec87ad834 (diff)
downloadpucket-e59d1fe31732b50401b3b790d31fa971eff9d762.tar.gz
pucket-e59d1fe31732b50401b3b790d31fa971eff9d762.tar.bz2
pucket-e59d1fe31732b50401b3b790d31fa971eff9d762.zip
Minor cleanup (static keyword)
Diffstat (limited to 'flam3.h')
-rw-r--r--flam3.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/flam3.h b/flam3.h
index 64f5b3f..983d33e 100644
--- a/flam3.h
+++ b/flam3.h
@@ -431,15 +431,12 @@ typedef struct {
void flam3_add_xforms(flam3_genome *cp, int num_to_add, int interp_padding, int final_flag);
void flam3_delete_xform(flam3_genome *thiscp, int idx_to_delete);
-void flam3_copy_xform(flam3_xform *dest, flam3_xform *src);
void flam3_copy(flam3_genome *dest, const flam3_genome * const src);
void flam3_copyx(flam3_genome * restrict dest, flam3_genome * restrict src,
int dest_std_xforms, int dest_final_xform);
void flam3_copy_params(flam3_xform * restrict dest, flam3_xform * restrict src, int varn);
unsigned short* flam3_create_xform_distrib(flam3_genome *cp);
-int flam3_create_chaos_distrib(flam3_genome *cp, int xi, unsigned short *xform_distrib);
-int flam3_check_unity_chaos(flam3_genome *cp);
void clear_cp(flam3_genome *cp, int def_flag);
/* samples is array nsamples*4 long of x,y,color triples.