=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.494 retrieving revision 1.495 diff -u -r1.494 -r1.495 --- src/usr.bin/tmux/tmux.h 2015/04/21 22:38:49 1.494 +++ src/usr.bin/tmux/tmux.h 2015/04/22 15:05:03 1.495 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.494 2015/04/21 22:38:49 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.495 2015/04/22 15:05:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2141,7 +2141,6 @@ int); void winlink_stack_push(struct winlink_stack *, struct winlink *); void winlink_stack_remove(struct winlink_stack *, struct winlink *); -int window_index(struct window *, u_int *); struct window *window_find_by_id(u_int); struct window *window_create1(u_int, u_int); struct window *window_create(const char *, int, char **, const char *,