From 6af300c1f8dab7fee7fe08e0f4a2a217162937d4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 27 Aug 2010 07:54:56 +0200 Subject: Remove --bg-seamless --- src/options.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index f7381a7..08482ea 100644 --- a/src/options.c +++ b/src/options.c @@ -396,7 +396,6 @@ static void feh_parse_option_array(int argc, char **argv) {"bg-tile" , 1, 0, 200}, {"bg-center" , 1, 0, 201}, {"bg-scale" , 1, 0, 202}, - {"bg-seamless" , 1, 0, 203}, {"menu-style" , 1, 0, 204}, {"zoom" , 1, 0, 205}, {"no-screen-clip", 0, 0, 206}, @@ -675,10 +674,6 @@ static void feh_parse_option_array(int argc, char **argv) opt.bgmode = BG_MODE_SCALE; opt.output_file = estrdup(optarg); break; - case 203: - opt.bgmode = BG_MODE_SEAMLESS; - opt.output_file = estrdup(optarg); - break; case 218: opt.bgmode = BG_MODE_FILL; opt.output_file = estrdup(optarg); -- cgit v1.2.3