summaryrefslogtreecommitdiff
path: root/flam3.h
diff options
context:
space:
mode:
Diffstat (limited to 'flam3.h')
-rw-r--r--flam3.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/flam3.h b/flam3.h
index b841956..0107672 100644
--- a/flam3.h
+++ b/flam3.h
@@ -488,12 +488,6 @@ typedef struct {
int nbatches;
int ntemporal_samples;
- /* Density estimation parameters for blurring low density hits */
- double estimator; /* Filter width for bin with one hit */
- double estimator_curve; /* Exponent on decay function ( MAX / a^(k-1) ) */
- double estimator_minimum; /* Minimum filter width used -
- forces filter to be used of at least this width on all pts */
-
/* XML Edit structure */
xmlDocPtr edits;