diff options
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/options-table.c b/options-table.c index e61cd6ca..b9559070 100644 --- a/options-table.c +++ b/options-table.c @@ -65,13 +65,6 @@ const struct options_table_entry options_table[] = { .default_num = 20 }, - { .name = "command-alias", - .type = OPTIONS_TABLE_ARRAY, - .scope = OPTIONS_TABLE_SERVER, - .default_str = "split-pane=split-window," - "splitp=split-window" - }, - { .name = "default-terminal", .type = OPTIONS_TABLE_STRING, .scope = OPTIONS_TABLE_SERVER, |