summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/options-table.c b/options-table.c
index d216b6d8..cf4e2d14 100644
--- a/options-table.c
+++ b/options-table.c
@@ -416,11 +416,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 "
@@ -624,11 +619,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"