mirror of
https://github.com/scottdraves/flam3.git
synced 2025-01-21 05:20:05 -05:00
removed unnecessary var from colorhist function
git-svn-id: https://flam3.googlecode.com/svn/trunk@8 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
parent
7bad53c517
commit
bc70f2a86e
@ -347,7 +347,6 @@ int flam3_colorhist(flam3_genome *cp, int num_batches, randctx *rc, double *hist
|
||||
|
||||
int lp,plp;
|
||||
int mycolor;
|
||||
long int default_isaac_seed = (long int)time(0);
|
||||
unsigned short *xform_distrib;
|
||||
int sbs = 10000;
|
||||
double sub_batch[4*10000];
|
||||
|
Loading…
Reference in New Issue
Block a user