summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gif.c b/src/gif.c
index 79ea835..3374b1e 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -1633,7 +1633,6 @@ nsgif_error nsgif_frame_prepare(
uint32_t frame_next;
if (gif->frame != NSGIF_FRAME_INVALID &&
- gif->frame != 0 &&
gif->frame < gif->info.frame_count &&
gif->frames[gif->frame].display) {
rect = gif->frames[gif->frame].redraw;