=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-respawn-window.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/tmux/cmd-respawn-window.c 2013/03/24 09:57:59 1.18 +++ src/usr.bin/tmux/cmd-respawn-window.c 2013/10/10 12:00:22 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-respawn-window.c,v 1.18 2013/03/24 09:57:59 nicm Exp $ */ +/* $OpenBSD: cmd-respawn-window.c,v 1.19 2013/10/10 12:00:22 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -34,7 +34,6 @@ "kt:", 0, 1, "[-k] " CMD_TARGET_WINDOW_USAGE " [command]", 0, - NULL, NULL, cmd_respawn_window_exec };