summaryrefslogtreecommitdiff
path: root/flam3.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-28 16:25:00 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit1523c065c8d1a25417c08b45fc299d6743cd7fc3 (patch)
treeda85f49ad58ba730369c16d1d426cdeaf1c04ef5 /flam3.h
parent6ffe578b7d07e0236dc286465946a9869495ab7f (diff)
downloadpucket-1523c065c8d1a25417c08b45fc299d6743cd7fc3.tar.gz
pucket-1523c065c8d1a25417c08b45fc299d6743cd7fc3.tar.bz2
pucket-1523c065c8d1a25417c08b45fc299d6743cd7fc3.zip
Drop progress printing from rendering thread
Diffstat (limited to 'flam3.h')
-rw-r--r--flam3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/flam3.h b/flam3.h
index 3c7b860..3c17ffd 100644
--- a/flam3.h
+++ b/flam3.h
@@ -182,7 +182,6 @@ typedef struct {
double badvals;
long int num_iters;
- int render_seconds;
} stat_struct;
@@ -571,7 +570,6 @@ typedef struct {
double pixel_aspect_ratio; /* width over height of each pixel */
flam3_genome *genomes;
int ngenomes;
- int verbose;
int bytes_per_channel;
int earlyclip;
double time;