diff options
Diffstat (limited to 'src/thumbnail.c')
-rw-r--r-- | src/thumbnail.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/thumbnail.c b/src/thumbnail.c index 4e32dfa..860308d 100644 --- a/src/thumbnail.c +++ b/src/thumbnail.c @@ -510,22 +510,10 @@ void feh_thumbnail_calculate_geometry(void) if (!opt.limit_w && !opt.limit_h) { if (td.im_bg) { - if (opt.verbose) - fputs(PACKAGE - " - No size restriction specified for index.\n" - " You did specify a background however, so the\n" - " index size has defaulted to the size of the image\n", - stdout); opt.limit_w = td.bg_w; opt.limit_h = td.bg_h; - } else { - if (opt.verbose) - fputs(PACKAGE - " - No size restriction specified for index.\n" - " Using defaults (width limited to 800)\n", - stdout); + } else opt.limit_w = 800; - } } /* Here we need to whiz through the files, and look at the filenames and |