From 60c220635a19b1c907d9a4de71da8f6ca4121874 Mon Sep 17 00:00:00 2001 From: Sean Fox Date: Thu, 26 Jun 2008 02:46:39 +0000 Subject: Removed unnecessary dirty_frame member of gif_animation struct; made unnecessary by correct frame disposal handling svn path=/branches/dynis/libnsgif/; revision=4448 --- libnsgif.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libnsgif.h') diff --git a/libnsgif.h b/libnsgif.h index 7c32d9f..b018c20 100644 --- a/libnsgif.h +++ b/libnsgif.h @@ -97,7 +97,6 @@ typedef struct gif_animation { bool global_colours; /**< whether the GIF has a global colour table */ unsigned int *global_colour_table; /**< global colour table */ unsigned int *local_colour_table; /**< local colour table */ - int dirty_frame; /**< the current dirty frame, or -1 for none */ void *frame_image; /**< currently decoded image; stored as bitmap from bitmap_create callback */ gif_result current_error; /**< current error type, or 0 for none*/ } gif_animation; -- cgit v1.2.3