summaryrefslogtreecommitdiff
path: root/src/filelist.c
diff options
context:
space:
mode:
authorOlof-Joachim Frahm <olof@macrolet.net>2018-10-02 23:36:29 +0200
committerOlof-Joachim Frahm <olof@macrolet.net>2018-10-02 23:36:29 +0200
commitfb1cfca824b9229e110386e35112a0ad8f552553 (patch)
tree0b3f8d9dea96e6d4e15ea298b975d2a08051834b /src/filelist.c
parenta9d46da64d02561bf2f545b3271575b304eda913 (diff)
Actually remove collage mode after ~7 years.
Diffstat (limited to 'src/filelist.c')
-rw-r--r--src/filelist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filelist.c b/src/filelist.c
index fc9fa35..3f3c96d 100644
--- a/src/filelist.c
+++ b/src/filelist.c
@@ -491,7 +491,7 @@ void feh_prepare_filelist(void)
* we can create a properly sized thumbnail list.
*/
if (opt.list || opt.preload || opt.customlist || (opt.sort > SORT_MTIME)
- || (opt.filter_by_dimensions && (opt.index || opt.collage || opt.thumbs || opt.bgmode))) {
+ || (opt.filter_by_dimensions && (opt.index || opt.thumbs || opt.bgmode))) {
/* For these sort options, we have to preload images */
filelist = feh_file_info_preload(filelist);
if (!gib_list_length(filelist))