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 f6a15472..5da095b1 100644 --- a/options-table.c +++ b/options-table.c @@ -125,11 +125,6 @@ const struct options_table_entry session_options_table[] = { .default_str = "" }, - { .name = "default-path", - .type = OPTIONS_TABLE_STRING, - .default_str = "" - }, - { .name = "default-shell", .type = OPTIONS_TABLE_STRING, .default_str = _PATH_BSHELL |