summaryrefslogtreecommitdiffstats
path: root/image.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-15 22:43:34 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-15 22:43:34 +0100
commitb418df7afc01796254fdf24d4afe12da3f0795bd (patch)
treeb895f77bd8a28711692ca3041abc5c234b7e8dae /image.h
parentc666d30eeacd6faf41dce50b301ad2fe3195fdb8 (diff)
downloadnsxiv-b418df7afc01796254fdf24d4afe12da3f0795bd.tar.zst
Removed unneeded members from img type
Diffstat (limited to 'image.h')
-rw-r--r--image.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/image.h b/image.h
index 2712965..bb4b548 100644
--- a/image.h
+++ b/image.h
@@ -55,9 +55,6 @@ typedef struct {
bool aa;
bool alpha;
- bool slideshow;
- int ss_delay; /* in ms */
-
multi_img_t multi;
} img_t;