From 5e481912ec983be89f10cbbb21561ed7cc898027 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Fri, 25 Jul 2014 22:52:31 +0200 Subject: Revised handling of GIF animations - New option `-a`: Play animations at startup - Ctrl-Space toggles animation for all GIF files - Infinite loop for all animations --- image.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'image.h') diff --git a/image.h b/image.h index e662cc7..0eb5020 100644 --- a/image.h +++ b/image.h @@ -36,7 +36,6 @@ typedef struct { int sel; bool animate; int length; - int repeat; } multi_img_t; typedef struct { @@ -51,7 +50,6 @@ typedef struct { scalemode_t scalemode; float zoom; - bool re; bool checkpan; bool dirty; bool aa; -- cgit v1.2.3