From fe4467ad2bf7b37a12330ed0a147e7230d60179a Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 28 Aug 2017 12:36:38 +0000 Subject: Do not forbid targets to specify non-visible panes - the checks for visibility are better where the target is used. GitHub issue 1049. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 8ee267bc..7a54823b 100644 --- a/tmux.h +++ b/tmux.h @@ -2162,7 +2162,6 @@ int window_pane_set_mode(struct window_pane *, void window_pane_reset_mode(struct window_pane *); void window_pane_key(struct window_pane *, struct client *, struct session *, key_code, struct mouse_event *); -int window_pane_outside(struct window_pane *); int window_pane_visible(struct window_pane *); u_int window_pane_search(struct window_pane *, const char *); const char *window_printable_flags(struct winlink *); -- cgit