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:
Erik Reckase 2010-04-24 12:18:14 +00:00 committed by Scott Draves
parent 7bad53c517
commit bc70f2a86e

View File

@ -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];