=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/notify.c,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- src/usr.bin/tmux/notify.c 2020/04/14 06:00:52 1.35 +++ src/usr.bin/tmux/notify.c 2020/05/21 07:24:13 1.36 @@ -1,4 +1,4 @@ -/* $OpenBSD: notify.c,v 1.35 2020/04/14 06:00:52 nicm Exp $ */ +/* $OpenBSD: notify.c,v 1.36 2020/05/21 07:24:13 nicm Exp $ */ /* * Copyright (c) 2012 George Nachman @@ -207,17 +207,6 @@ ne.pane = target->wp->id; notify_insert_hook(item, &ne); -} - -void -notify_input(struct window_pane *wp, const u_char *buf, size_t len) -{ - struct client *c; - - TAILQ_FOREACH(c, &clients, entry) { - if (c->flags & CLIENT_CONTROL) - control_notify_input(c, wp, buf, len); - } } void