From 1523c065c8d1a25417c08b45fc299d6743cd7fc3 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 28 Feb 2015 16:25:00 +0100 Subject: Drop progress printing from rendering thread --- flam3.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'flam3.h') 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; -- cgit v1.2.3