summaryrefslogtreecommitdiff
path: root/src/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gif.c')
-rw-r--r--src/gif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gif.c b/src/gif.c
index cfd5278..e9fa83e 100644
--- a/src/gif.c
+++ b/src/gif.c
@@ -1173,7 +1173,6 @@ static nsgif_result nsgif__process_frame(
}
}
- /* Initialise any extensions */
ret = nsgif__parse_frame_extensions(gif, frame, &pos, !decode);
if (ret != NSGIF_OK) {
goto cleanup;