summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-27 07:54:56 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-27 07:54:56 +0200
commit6af300c1f8dab7fee7fe08e0f4a2a217162937d4 (patch)
tree9da49308c0712a9b16d521d12226619760bc708c /src/options.c
parentf68ec64888a2e14dc77aa1f38c30a97922ae1a7a (diff)
Remove --bg-seamless
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c5
1 files changed, 0 insertions, 5 deletions
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);