From a7842df438eda518325138b2207c9a898171ba47 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 30 Mar 2015 20:49:52 +0200 Subject: Drop rotation center Equal to camera center anyway --- flam3.h | 1 - 1 file changed, 1 deletion(-) (limited to 'flam3.h') diff --git a/flam3.h b/flam3.h index 207b920..46286a4 100644 --- a/flam3.h +++ b/flam3.h @@ -438,7 +438,6 @@ typedef struct { double highlight_power; int width, height; /* of the final image */ double center[2]; /* of camera */ - double rot_center[2]; /* really the center */ double rotate; /* camera */ double vibrancy; /* blend between color algs (0=old,1=new) */ double hue_rotation; /* applies to cmap, 0-1 */ -- cgit v1.2.3