aboutsummaryrefslogtreecommitdiff
path: root/notify.c
diff options
context:
space:
mode:
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;