diff options
Diffstat (limited to 'protocols/bee_chat.c')
-rw-r--r-- | protocols/bee_chat.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/bee_chat.c b/protocols/bee_chat.c index 76ed7f85..2fcb0396 100644 --- a/protocols/bee_chat.c +++ b/protocols/bee_chat.c @@ -273,8 +273,3 @@ void imcb_chat_invite(struct im_connection *ic, const char *name, const char *wh ic->bee->ui->chat_invite(ic->bee, bu, name, msg); } } - -void bee_chat_list_finish(struct im_connection *ic) -{ - cmd_chat_list_finish(ic); -} |