aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2017-01-16 14:52:25 +0000
committernicm <nicm>2017-01-16 14:52:25 +0000
commitef15b4195f1453bf6f81cfd1e456c049922aa574 (patch)
treeaad558559c935f07fcf16f63b72b772232cd6027 /options-table.c
parent68db9584777fd40f6100e7944992a021f6e40c71 (diff)
downloadrtmux-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.c7
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,