aboutsummaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/image.h b/image.h
index 9c3ced3..7bcfb0b 100644
--- a/image.h
+++ b/image.h
@@ -35,8 +35,7 @@ typedef struct {
int cnt;
int sel;
bool animate;
- int anim_repeats; // -1=don't repeat, 0=repeat infinitely, N=repeat N times
- unsigned int repeats_currently_left;
+ int repeat;
} multi_img_t;
typedef struct {