summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2023-01-22 13:39:22 +0000
committerMichael Drake <mdrake.unique@gmail.com>2023-01-22 13:42:47 +0000
commite126efe78c6841e57af4f3d92dad272dba8ab153 (patch)
tree736aee7e8e0a21061401a7f3ed902cb425f36c68
parent8062f9197c8b640cbf2e4902479da3eeaa05b688 (diff)
downloadlibnsgif-e126efe78c6841e57af4f3d92dad272dba8ab153.tar.gz
libnsgif-e126efe78c6841e57af4f3d92dad272dba8ab153.tar.bz2
api: Remove NSGIF_ERR_FRAME_COUNT error code
-rw-r--r--include/nsgif.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/nsgif.h b/include/nsgif.h
index 26897df..e6873b6 100644
--- a/include/nsgif.h
+++ b/include/nsgif.h
@@ -80,11 +80,6 @@ typedef enum {
NSGIF_ERR_DATA_FRAME,
/**
- * Too many frames.
- */
- NSGIF_ERR_FRAME_COUNT,
-
- /**
* Unexpected end of GIF source data.
*/
NSGIF_ERR_END_OF_DATA,