Commit af9aca85 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Remove --xinerama option, the next release will break option BC anyway

parent 85821865
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;