diff options
author | nicm <nicm> | 2017-01-16 14:52:25 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-16 14:52:25 +0000 |
commit | ef15b4195f1453bf6f81cfd1e456c049922aa574 (patch) | |
tree | aad558559c935f07fcf16f63b72b772232cd6027 /options-table.c | |
parent | 68db9584777fd40f6100e7944992a021f6e40c71 (diff) | |
download | rtmux-ef15b4195f1453bf6f81cfd1e456c049922aa574.tar.gz rtmux-ef15b4195f1453bf6f81cfd1e456c049922aa574.tar.bz2 rtmux-ef15b4195f1453bf6f81cfd1e456c049922aa574.zip |
Revert WIP parts of previous I didn't mean to commit yet.
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, |