=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-split-window.c,v retrieving revision 1.55 retrieving revision 1.56 diff -c -r1.55 -r1.56 *** src/usr.bin/tmux/cmd-split-window.c 2015/02/05 10:29:43 1.55 --- src/usr.bin/tmux/cmd-split-window.c 2015/02/05 10:32:39 1.56 *************** *** 1,4 **** ! /* $OpenBSD: cmd-split-window.c,v 1.55 2015/02/05 10:29:43 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-split-window.c,v 1.56 2015/02/05 10:32:39 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 59,65 **** int argc, size, percentage, cwd, fd = -1; enum layout_type type; struct layout_cell *lc; - struct client *c; struct format_tree *ft; struct environ_entry *envent; --- 59,64 ----