From cab0e4c6c5420e6253bce50127a0c70fb0cd0552 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 15 Feb 2015 15:50:59 +0100 Subject: Improve command line interface Initial arguments-based cli, replacing the three tools -animate, -genome and -render with just one. Still need to get rid of most calls to getenv. --- palettes.c | 1 - 1 file changed, 1 deletion(-) (limited to 'palettes.c') diff --git a/palettes.c b/palettes.c index 980a465..dd7f14a 100644 --- a/palettes.c +++ b/palettes.c @@ -376,7 +376,6 @@ static double try_colors(flam3_genome *g, int color_resolution) { g->ntemporal_samples = 1; // f.temporal_filter_radius = 0.0; - f.bits = 33; f.bytes_per_channel=1; f.verbose = 0; f.genomes = g; -- cgit v1.2.3