aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2023-08-27 19:20:39 +0200
committerNRK <nrk@disroot.org>2023-10-01 13:30:15 +0200
commite1b851c4886ab3976f0591be5b740f2a3a8cb7d1 (patch)
tree14d730f57842d4c9c38f32b2e7e34ef860ded3f2 /options.c
parent1fc28278b55a5835bfd57821619141bd92eed91d (diff)
downloadnsxiv-e1b851c4886ab3976f0591be5b740f2a3a8cb7d1.tar.zst
remove legacy multi-frame loaders
this removes the legacy gif and webp loaders. moving forward multi-frame/animated images will be loaded by imlib2 itself. Closes: https://codeberg.org/nsxiv/nsxiv/issues/397
Diffstat (limited to 'options.c')
-rw-r--r--options.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/options.c b/options.c
index 2835967..4ae2ea5 100644
--- a/options.c
+++ b/options.c
@@ -62,13 +62,6 @@ static void print_version(void)
#endif
#if HAVE_IMLIB2_MULTI_FRAME
"+multiframe "
-#else
- #if HAVE_LIBGIF
- "+giflib "
- #endif
- #if HAVE_LIBWEBP
- "+libwebp "
- #endif
#endif
"\n", stdout);
}