diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-11-03 23:00:13 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-11-03 23:00:13 +0100 |
commit | 5aa0652fd2370d5ab344277e38ccb875eb339e35 (patch) | |
tree | 311f64b20381df081f932f8e795b341ee3803401 /src | |
parent | 4a575061628db48c8043d3083b34ce5cf335c018 (diff) |
Minor manpage syntax fix, remove --no-fehbg without --bg-* warning
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/options.c b/src/options.c index 7984439..8bfe8c1 100644 --- a/src/options.c +++ b/src/options.c @@ -764,12 +764,6 @@ static void check_options(void) eprintf("You cannot combine --loadable with --unloadable"); } - if (opt.no_fehbg && !opt.bgmode) { - weprintf("The --no-fehbg option is meaningless unless you\n" - "are setting a background wallpaper image.\n" - "It is being ignored."); - } - return; } |