From 1ca0e1374d9f93e5724dd18460d82e57d674e10a Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 13 Feb 2015 13:54:31 +0100 Subject: Drop striped rendering The amount of memory available is not a problem anymore. --- flam3.h | 1 - 1 file changed, 1 deletion(-) (limited to 'flam3.h') diff --git a/flam3.h b/flam3.h index 1874410..ca7e830 100644 --- a/flam3.h +++ b/flam3.h @@ -611,7 +611,6 @@ typedef struct { pixels are rgb or rgba if nchan is 3 or 4. */ int flam3_render(flam3_frame *f, void *out, int field, int nchan, int transp, stat_struct *stats); -double flam3_render_memory_required(flam3_frame *f); void rotate_by(double *p, double *center, double by); -- cgit v1.2.3