=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-break-pane.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- src/usr.bin/tmux/cmd-break-pane.c 2012/08/14 08:51:53 1.17 +++ src/usr.bin/tmux/cmd-break-pane.c 2013/03/22 15:55:22 1.18 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-break-pane.c,v 1.17 2012/08/14 08:51:53 nicm Exp $ */ +/* $OpenBSD: cmd-break-pane.c,v 1.18 2013/03/22 15:55:22 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -93,7 +93,6 @@ server_status_session_group(s); if (args_has(args, 'P')) { - if ((template = args_get(args, 'F')) == NULL) template = BREAK_PANE_TEMPLATE;