diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2010-04-04 18:48:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2010-04-04 18:48:37 +0000 |
commit | 7425122c1cd2aff909d72b33ef07b6a71d0c6922 (patch) | |
tree | acb846788e8e95db7f745bfdbf15f4733257ddf2 /tmux.h | |
parent | 56481a46bfda683fd61b9726b4d703b53563b7fa (diff) | |
download | rtmux-7425122c1cd2aff909d72b33ef07b6a71d0c6922.tar.gz rtmux-7425122c1cd2aff909d72b33ef07b6a71d0c6922.tar.bz2 rtmux-7425122c1cd2aff909d72b33ef07b6a71d0c6922.zip |
Squash a function that is only called in a callback into the callback
function.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |