=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.61 retrieving revision 1.62 diff -c -r1.61 -r1.62 *** src/usr.bin/tmux/options-table.c 2015/07/20 15:50:04 1.61 --- src/usr.bin/tmux/options-table.c 2015/08/28 12:31:55 1.62 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.61 2015/07/20 15:50:04 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.62 2015/08/28 12:31:55 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 204,214 **** { .name = "lock-command", .type = OPTIONS_TABLE_STRING, .default_str = "lock -np" - }, - - { .name = "lock-server", - .type = OPTIONS_TABLE_FLAG, - .default_num = 1 }, { .name = "message-attr", --- 204,209 ----