diff options
author | nicm <nicm> | 2016-10-13 21:37:03 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-13 21:37:03 +0000 |
commit | 7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e (patch) | |
tree | dabc310f0461557422bdb103cbd474d5be28e15a /options-table.c | |
parent | 4179b4242411f41a22d9743b4eff3b19ef69b3e8 (diff) | |
download | rtmux-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.c | 6 |
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, |