aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-option.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-04-23 23:02:42 +0100
committerThomas Adam <thomas@xteddy.org>2019-04-23 23:02:42 +0100
commitc86936613366fe1a0d7a4a2d4ae628d04cd3b866 (patch)
tree88c945ce503cb9df4332904d5887d68b8b843fde /cmd-set-option.c
parentb0d7623b7eb4409eedde0583be6ed831b287d278 (diff)
parentb9022e33eac0152850ae59be99b54cccc10f4c63 (diff)
downloadrtmux-c86936613366fe1a0d7a4a2d4ae628d04cd3b866.tar.gz
rtmux-c86936613366fe1a0d7a4a2d4ae628d04cd3b866.tar.bz2
rtmux-c86936613366fe1a0d7a4a2d4ae628d04cd3b866.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r--cmd-set-option.c2
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);
}