From 7a1a01feeff7b2ab17e2caef2d6b2180a8c1e70e Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 13 Oct 2016 21:37:03 +0000 Subject: Remove the set-remain-on-exit option, it was always a hack and can now be done with hooks instead. --- options-table.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'options-table.c') 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, -- cgit