From 4a6136b81993da5c838df13eb3b1433deb87abf4 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 6 Feb 2017 19:59:30 +0000 Subject: Remove pointless current_error from API surface. --- include/libnsgif.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/libnsgif.h') diff --git a/include/libnsgif.h b/include/libnsgif.h index 33b4b19..fd92a0a 100644 --- a/include/libnsgif.h +++ b/include/libnsgif.h @@ -113,8 +113,6 @@ typedef struct gif_animation { void *frame_image; /** number of times to loop animation */ int loop_count; - /** current error type, or 0 for none */ - gif_result current_error; /* Internal members are listed below */ -- cgit v1.2.3