From 6ffe578b7d07e0236dc286465946a9869495ab7f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 28 Feb 2015 15:12:04 +0100 Subject: Drop field --- flam3.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'flam3.h') diff --git a/flam3.h b/flam3.h index de082fd..3c7b860 100644 --- a/flam3.h +++ b/flam3.h @@ -582,13 +582,9 @@ typedef struct { } flam3_frame; -#define flam3_field_both 0 -#define flam3_field_even 1 -#define flam3_field_odd 2 - /* out is pixel array. pixels are rgba */ int flam3_render(flam3_frame *spec, void *out, - int field, stat_struct *stats); + stat_struct *stats); void rotate_by(double *p, double *center, double by); -- cgit v1.2.3