=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-find.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/tmux/cmd-find.c 2015/12/13 17:55:14 1.21 +++ src/usr.bin/tmux/cmd-find.c 2015/12/14 23:30:58 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-find.c,v 1.21 2015/12/13 17:55:14 nicm Exp $ */ +/* $OpenBSD: cmd-find.c,v 1.22 2015/12/14 23:30:58 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott @@ -49,9 +49,6 @@ int cmd_find_get_pane(struct cmd_find_state *, const char *); int cmd_find_get_pane_with_session(struct cmd_find_state *, const char *); int cmd_find_get_pane_with_window(struct cmd_find_state *, const char *); - -void cmd_find_clear_state(struct cmd_find_state *, struct cmd_q *, int); -void cmd_find_log_state(const char *, struct cmd_find_state *); const char *cmd_find_session_table[][2] = { { NULL, NULL }