diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-05-21 08:55:31 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-05-21 08:55:31 +0100 |
commit | 40126ee96c0b9e66ad90ed94767287de13d2a79e (patch) | |
tree | 904792b0705a56bb72edfb7137d18baf89ffbab3 /notify.c | |
parent | 98a18d064aaf46e0b97a375b8c5b2b9ff15cf3df (diff) | |
parent | 31e3f2d530090793815d145a16a1ce3b469c4266 (diff) | |
download | rtmux-40126ee96c0b9e66ad90ed94767287de13d2a79e.tar.gz rtmux-40126ee96c0b9e66ad90ed94767287de13d2a79e.tar.bz2 rtmux-40126ee96c0b9e66ad90ed94767287de13d2a79e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'notify.c')
-rw-r--r-- | notify.c | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -209,17 +209,6 @@ notify_hook(struct cmdq_item *item, const char *name) } 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 notify_client(const char *name, struct client *c) { struct cmd_find_state fs; |