summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-04-04 10:01:57 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2022-04-04 10:01:57 +0100
commitf8f094ab59f9ae71767a2a01c35224da9a04d583 (patch)
treee610dc3056f159f174fac2fe2499a2ba3038be0e /include
parentcc18507ae1ffe1753eb7dc66e26f9d8a9231cba6 (diff)
downloadlibnsgif-f8f094ab59f9ae71767a2a01c35224da9a04d583.tar.gz
libnsgif-f8f094ab59f9ae71767a2a01c35224da9a04d583.tar.bz2
API: Don't expose loop_count.
It is internal state for a libnsgif managed animation, not information about the GIF.
Diffstat (limited to 'include')
-rw-r--r--include/nsgif.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/nsgif.h b/include/nsgif.h
index 0ee00e8..03f9b16 100644
--- a/include/nsgif.h
+++ b/include/nsgif.h
@@ -343,8 +343,6 @@ typedef struct nsgif_info {
uint32_t frame_count;
/** number of times to play animation (zero means loop forever) */
int loop_max;
- /** number of animation loops so far */
- int loop_count;
/** background colour in same pixel format as \ref nsgif_bitmap_t. */
uint32_t background;
} nsgif_info_t;