summaryrefslogtreecommitdiff
path: root/image/gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'image/gif.h')
-rw-r--r--image/gif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/gif.h b/image/gif.h
index db5b4b442..7c205ec3e 100644
--- a/image/gif.h
+++ b/image/gif.h
@@ -15,7 +15,6 @@ struct content;
struct content_gif_data {
struct gif_animation *gif; /**< GIF animation data */
int current_frame; /**< current frame to display [0...(max-1)] */
- bool frame_drawn; /**< set when current frame has been used */
};
bool nsgif_create(struct content *c, const char *params[]);