diff options
author | 2010-04-04 18:48:37 +0000 | |
---|---|---|
committer | 2010-04-04 18:48:37 +0000 | |
commit | 247bcdbf0174f25dba5d47be17499a078131bea8 (patch) | |
tree | 82131afd8116300551291d64abbbbce2a6641026 /usr.bin/tmux/tmux.h | |
parent | bnx firmware fits; from brad (diff) | |
download | wireguard-openbsd-247bcdbf0174f25dba5d47be17499a078131bea8.tar.xz wireguard-openbsd-247bcdbf0174f25dba5d47be17499a078131bea8.zip |
Squash a function that is only called in a callback into the callback
function.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index 49b763b107a..4b682c0de25 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -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 <nicm@users.sourceforge.net> @@ -1828,7 +1828,6 @@ void window_pane_alternate_off( 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 *); |