summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-10-16 19:15:02 +0000
committernicm <nicm>2016-10-16 19:15:02 +0000
commit026ad08b56b4577beab6bad06b8a7a21602bca11 (patch)
tree6bfa976a7d8a3a2fe94d032e92727a5715efd15b /tmux.h
parentb342bd0b462f69a9fc9a59d52bcd4bb34b57114f (diff)
Notifys can go via the command queue instead of using their own queue.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 0 insertions, 1 deletions
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 *);