aboutsummaryrefslogtreecommitdiffstats
path: root/widget_bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'widget_bar.c')
-rw-r--r--widget_bar.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/widget_bar.c b/widget_bar.c
index 87dde85..7e453aa 100644
--- a/widget_bar.c
+++ b/widget_bar.c
@@ -176,11 +176,6 @@ int widget_bar_init(WIDGET * Self)
switch (toupper(*c)) {
case 'H':
Bar->style = STYLE_HOLLOW;
- if (!(Bar->direction & (DIR_EAST | DIR_WEST))) {
- error("widget %s with style \"hollow\" not implemented for other directions than E(ast) or W(est)",
- Self->name);
- Bar->style = 0;
- }
break;
case '0':
Bar->style = 0;