diff options
author | nicm <nicm> | 2019-04-23 20:36:55 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-04-23 20:36:55 +0000 |
commit | 772b3b7a06ceba64933cb3a9dfff61e56c229a74 (patch) | |
tree | b39ae35756cf031dd8e7390f7f0882eb96a78e5a /cmd-set-option.c | |
parent | 564e44adc6816282cd40d59d1bc642937e53dc54 (diff) | |
download | rtmux-772b3b7a06ceba64933cb3a9dfff61e56c229a74.tar.gz rtmux-772b3b7a06ceba64933cb3a9dfff61e56c229a74.tar.bz2 rtmux-772b3b7a06ceba64933cb3a9dfff61e56c229a74.zip |
Indicate an array option with a flag rather than a special type so that
in future will not have to be strings.
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r-- | cmd-set-option.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c index 96428d73..edeb8385 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -366,8 +366,6 @@ cmd_set_option_set(struct cmd *self, struct cmdq_item *item, struct options *oo, return (-1); } return (0); - case OPTIONS_TABLE_ARRAY: - break; } return (-1); } |