diff options
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/options-table.c b/options-table.c index 6a11d00f..d4a05aed 100644 --- a/options-table.c +++ b/options-table.c @@ -415,11 +415,6 @@ const struct options_table_entry session_options_table[] = { .default_str = "bg=green,fg=black" }, - { .name = "status-utf8", - .type = OPTIONS_TABLE_FLAG, - .default_num = 0 /* overridden in main() */ - }, - { .name = "update-environment", .type = OPTIONS_TABLE_STRING, .default_str = "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID " @@ -623,11 +618,6 @@ const struct options_table_entry window_options_table[] = { .default_num = 0 }, - { .name = "utf8", - .type = OPTIONS_TABLE_FLAG, - .default_num = 0 /* overridden in main() */ - }, - { .name = "window-active-style", .type = OPTIONS_TABLE_STYLE, .default_str = "default" |