From 6d84a1d22038d0a03c19d43ec4c8a01acbf13426 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 10 Oct 2011 11:58:59 +0200 Subject: Code cleanup --- src/options.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index eeb8340..b7eb544 100644 --- a/src/options.c +++ b/src/options.c @@ -743,7 +743,7 @@ static void check_options(void) } if (opt.full_screen && opt.multiwindow) { - eprintf("You cannot combine --full-screen with --multiwindow"); + eprintf("You cannot combine --fullscreen with --multiwindow"); } if (opt.list && (opt.multiwindow || opt.index || opt.collage)) { @@ -760,13 +760,6 @@ static void check_options(void) eprintf("You cannot combine --loadable with --unloadable"); } - if (opt.thumb_title && (!opt.thumbs)) { - weprintf("Doesn't make sense to set thumbnail title when not in\n" - "thumbnail mode.\n"); - free(opt.thumb_title); - opt.thumb_title = NULL; - } - return; } -- cgit v1.2.3