From e126efe78c6841e57af4f3d92dad272dba8ab153 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 22 Jan 2023 13:39:22 +0000 Subject: api: Remove NSGIF_ERR_FRAME_COUNT error code --- include/nsgif.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/nsgif.h b/include/nsgif.h index 26897df..e6873b6 100644 --- a/include/nsgif.h +++ b/include/nsgif.h @@ -79,11 +79,6 @@ typedef enum { */ NSGIF_ERR_DATA_FRAME, - /** - * Too many frames. - */ - NSGIF_ERR_FRAME_COUNT, - /** * Unexpected end of GIF source data. */ -- cgit v1.2.1