summaryrefslogtreecommitdiffstats
path: root/notify.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-05-21 08:55:31 +0100
committerThomas Adam <thomas@xteddy.org>2020-05-21 08:55:31 +0100
commit40126ee96c0b9e66ad90ed94767287de13d2a79e (patch)
tree904792b0705a56bb72edfb7137d18baf89ffbab3 /notify.c
parent98a18d064aaf46e0b97a375b8c5b2b9ff15cf3df (diff)
parent31e3f2d530090793815d145a16a1ce3b469c4266 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'notify.c')
-rw-r--r--notify.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/notify.c b/notify.c
index e5ce761b..f7440cad 100644
--- a/notify.c
+++ b/notify.c
@@ -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;