summaryrefslogtreecommitdiff
path: root/palettes.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-28 15:07:18 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit3214c51acb3346815ccd5e33f4114f232879e1a8 (patch)
treef68e21ac422e3442b98b507f436561a3ea8c99aa /palettes.c
parent02e5b6af7df001cc105e874ade35b47d560b1f83 (diff)
downloadpucket-3214c51acb3346815ccd5e33f4114f232879e1a8.tar.gz
pucket-3214c51acb3346815ccd5e33f4114f232879e1a8.tar.bz2
pucket-3214c51acb3346815ccd5e33f4114f232879e1a8.zip
Drop temporal filter/passes
Diffstat (limited to 'palettes.c')
-rw-r--r--palettes.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/palettes.c b/palettes.c
index 1f891f0..6154054 100644
--- a/palettes.c
+++ b/palettes.c
@@ -370,10 +370,7 @@ static double try_colors(flam3_genome *g, int color_resolution) {
// g->width = 100; // XXX keep aspect ratio
// g->height = 100;
// g->pixels_per_unit = 50;
- g->nbatches = 1;
- g->ntemporal_samples = 1;
-// f.temporal_filter_radius = 0.0;
f.bytes_per_channel=1;
f.verbose = 0;
f.genomes = g;
@@ -424,8 +421,6 @@ static double try_colors(flam3_genome *g, int color_resolution) {
g->width = saved.width;
g->height = saved.height;
g->pixels_per_unit = saved.pixels_per_unit;
- g->nbatches = saved.nbatches;
- g->ntemporal_samples = saved.ntemporal_samples;
/* Free xform storage */
clear_cp(&saved,flam3_defaults_on);