=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.668 retrieving revision 1.669 diff -u -r1.668 -r1.669 --- src/usr.bin/tmux/tmux.h 2016/10/16 19:04:05 1.668 +++ src/usr.bin/tmux/tmux.h 2016/10/16 19:15:02 1.669 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.668 2016/10/16 19:04:05 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.669 2016/10/16 19:15:02 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1581,7 +1581,6 @@ 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 *);