summaryrefslogtreecommitdiff
path: root/src/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.c')
-rw-r--r--src/options.c6
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;
}