diff options
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/options-table.c b/options-table.c index e5f6c777..76a61619 100644 --- a/options-table.c +++ b/options-table.c @@ -501,11 +501,6 @@ const struct options_table_entry window_options_table[] = { .default_num = 1 }, - { .name = "command-prefix", - .type = OPTIONS_TABLE_STRING, - .default_str = "exec " - }, - { .name = "force-height", .type = OPTIONS_TABLE_NUMBER, .minimum = 0, |