From ac6c1e9589bb5afa12e57b7a6cd8d50174253cce Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 19 May 2024 03:27:58 +0000 Subject: [PATCH] remove prototype with no matching function --- tmux.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/tmux.h b/tmux.h index d29f570d..3b85c955 100644 --- a/tmux.h +++ b/tmux.h @@ -3207,8 +3207,6 @@ void control_add_sub(struct client *, const char *, enum control_sub_type, void control_remove_sub(struct client *, const char *); /* control-notify.c */ -void control_notify_input(struct client *, struct window_pane *, - const u_char *, size_t); void control_notify_pane_mode_changed(int); void control_notify_window_layout_changed(struct window *); void control_notify_window_pane_changed(struct window *);