diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-03-19 00:02:39 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-03-19 00:02:39 +0000 |
commit | 073d4399650b5716806d734d1869c7d52c6f2d61 (patch) | |
tree | a0861d425e1776bcc1557cfb8ab89ba9239142b7 /cmd-show-options.c | |
parent | f956c17c09160d7c8ab68502d2d5756ff3d0a557 (diff) | |
parent | 0406ec0ec29f6dd7b8ea663f50d766bce5904c78 (diff) | |
download | rtmux-073d4399650b5716806d734d1869c7d52c6f2d61.tar.gz rtmux-073d4399650b5716806d734d1869c7d52c6f2d61.tar.bz2 rtmux-073d4399650b5716806d734d1869c7d52c6f2d61.zip |
Merge branch 'obsd-master'
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 2948f9ff..5d480664 100644 --- a/cmd-show-options.c +++ b/cmd-show-options.c @@ -172,10 +172,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 { |