=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.213 retrieving revision 1.214 diff -u -r1.213 -r1.214 --- src/usr.bin/tmux/tmux.h 2010/03/22 19:18:46 1.213 +++ src/usr.bin/tmux/tmux.h 2010/04/04 18:48:37 1.214 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.213 2010/03/22 19:18:46 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.214 2010/04/04 18:48:37 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1828,7 +1828,6 @@ int window_pane_set_mode( struct window_pane *, const struct window_mode *); void window_pane_reset_mode(struct window_pane *); -void window_pane_parse(struct window_pane *); void window_pane_key(struct window_pane *, struct client *, int); void window_pane_mouse(struct window_pane *, struct client *, struct mouse_event *);