From af9aca85c1b758276df5e0a5a7a136c111cc080b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 13 Feb 2010 13:51:24 +0100 Subject: Remove --xinerama option, the next release will break option BC anyway --- src/options.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/options.c b/src/options.c index 23df59f..1ca942a 100644 --- a/src/options.c +++ b/src/options.c @@ -400,7 +400,6 @@ feh_parse_option_array(int argc, char **argv) {"bg-seamless", 1, 0, 203}, {"menu-style", 1, 0, 204}, {"zoom", 1, 0, 205}, - {"xinerama", 1, 0, 206}, {"screen-clip", 1, 0, 207}, {"menu-border", 1, 0, 208}, {"caption-path", 1, 0, 209}, @@ -698,10 +697,6 @@ feh_parse_option_array(int argc, char **argv) case 205: opt.default_zoom = atoi(optarg); break; - case 206: - opt.xinerama = atoi(optarg); - weprintf("Option --xinerama is deprecated, use --no-xinerama (or nothing) instead"); - break; case 207: opt.screen_clip = atoi(optarg); break; -- cgit v1.2.3