summaryrefslogtreecommitdiffstats
path: root/server/main_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/main_channel.c')
-rw-r--r--server/main_channel.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/server/main_channel.c b/server/main_channel.c
index 176584af..472ddd6b 100644
--- a/server/main_channel.c
+++ b/server/main_channel.c
@@ -579,12 +579,6 @@ void main_channel_push_uuid(MainChannelClient *mcc, const uint8_t uuid[16])
red_channel_client_pipe_add_push(&mcc->base, item);
}
-void main_channel_push_notify(MainChannel *main_chan, const char *msg)
-{
- red_channel_pipes_new_add_push(&main_chan->base,
- main_notify_item_new, (void *)msg);
-}
-
void main_channel_client_push_notify(MainChannelClient *mcc, const char *msg)
{
PipeItem *item = main_notify_item_new(&mcc->base, (void *)msg, 1);