From 026ad08b56b4577beab6bad06b8a7a21602bca11 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 16 Oct 2016 19:15:02 +0000 Subject: Notifys can go via the command queue instead of using their own queue. --- tmux.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 2a751348..1ce6e692 100644 --- a/tmux.h +++ b/tmux.h @@ -1581,7 +1581,6 @@ void mode_key_init(struct mode_key_data *, struct mode_key_tree *); enum mode_key_cmd mode_key_lookup(struct mode_key_data *, key_code); /* notify.c */ -void notify_drain(void); void notify_input(struct window_pane *, struct evbuffer *); void notify_window_layout_changed(struct window *); void notify_window_unlinked(struct session *, struct window *); -- cgit