diff options
Diffstat (limited to 'cmd-show-options.c')
-rw-r--r-- | cmd-show-options.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd-show-options.c b/cmd-show-options.c index 872f0c45..79827e32 100644 --- a/cmd-show-options.c +++ b/cmd-show-options.c @@ -173,10 +173,6 @@ cmd_show_options_all(struct cmd *self, struct cmdq_item *item, o = options_first(oo); while (o != NULL) { oe = options_table_entry(o); - if (oe != NULL && oe->style != NULL) { - o = options_next(o); - continue; - } if (!options_isarray(o)) cmd_show_options_print(self, item, o, -1); else { |