aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2016-10-13 21:37:03 +0000
committernicm <nicm>2016-10-13 21:37:03 +0000
commit7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e (patch)
treedabc310f0461557422bdb103cbd474d5be28e15a /options-table.c
parent4179b4242411f41a22d9743b4eff3b19ef69b3e8 (diff)
downloadrtmux-7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e.tar.gz
rtmux-7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e.tar.bz2
rtmux-7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e.zip
Remove the set-remain-on-exit option, it was always a hack and can now
be done with hooks instead.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/options-table.c b/options-table.c
index 67151d6d..5268d8b0 100644
--- a/options-table.c
+++ b/options-table.c
@@ -320,12 +320,6 @@ const struct options_table_entry options_table[] = {
.default_num = 500
},
- { .name = "set-remain-on-exit",
- .type = OPTIONS_TABLE_FLAG,
- .scope = OPTIONS_TABLE_SESSION,
- .default_num = 0
- },
-
{ .name = "set-titles",
.type = OPTIONS_TABLE_FLAG,
.scope = OPTIONS_TABLE_SESSION,