summaryrefslogtreecommitdiff
path: root/libnsgif.h
diff options
context:
space:
mode:
authorSean Fox <dyntryx@gmail.com>2008-06-26 02:46:39 +0000
committerSean Fox <dyntryx@gmail.com>2008-06-26 02:46:39 +0000
commit60c220635a19b1c907d9a4de71da8f6ca4121874 (patch)
tree0ab8a3be7087772928ed988ac34aee9f3deef547 /libnsgif.h
parent7fe56e65099093f9ca21e58eed748c7968b47397 (diff)
downloadlibnsgif-60c220635a19b1c907d9a4de71da8f6ca4121874.tar.gz
libnsgif-60c220635a19b1c907d9a4de71da8f6ca4121874.tar.bz2
Removed unnecessary dirty_frame member of gif_animation struct; made unnecessary by correct frame disposal handling
svn path=/branches/dynis/libnsgif/; revision=4448
Diffstat (limited to 'libnsgif.h')
-rw-r--r--libnsgif.h1
1 files changed, 0 insertions, 1 deletions
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;