diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-12 00:01:10 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-12 00:01:10 +0000 |
commit | f2e4aa8d1cd4b918592078423d278b2b8db878c1 (patch) | |
tree | 4bf21fece78e6870e0b0ea8cdc34813a262e5c57 /options-table.c | |
parent | 35fd6d134a84cda69730310c89846f2bacb3cfbd (diff) | |
parent | 00c34df1868ffde8ece952729ddf2e4df09667be (diff) | |
download | rtmux-f2e4aa8d1cd4b918592078423d278b2b8db878c1.tar.gz rtmux-f2e4aa8d1cd4b918592078423d278b2b8db878c1.tar.bz2 rtmux-f2e4aa8d1cd4b918592078423d278b2b8db878c1.zip |
Merge branch 'obsd-master'
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 e901e249..fcf62bae 100644 --- a/options-table.c +++ b/options-table.c @@ -255,11 +255,6 @@ const struct options_table_entry session_options_table[] = { .default_num = 0 }, - { .name = "mouse-utf8", - .type = OPTIONS_TABLE_FLAG, - .default_num = 0 - }, - { .name = "prefix", .type = OPTIONS_TABLE_KEY, .default_num = '\002', |