remove prototype with no matching function

This commit is contained in:
jsg 2024-05-19 03:27:58 +00:00
parent 03de52653e
commit ac6c1e9589
1 changed files with 0 additions and 2 deletions

2
tmux.h
View File

@ -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 *);