summaryrefslogtreecommitdiff
path: root/flam3.h
diff options
context:
space:
mode:
Diffstat (limited to 'flam3.h')
-rw-r--r--flam3.h1
1 files changed, 0 insertions, 1 deletions
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);