summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-26 21:20:16 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-27 04:30:37 +0000
commit1282ef5741c900dad5c3e9921d0b211030e8af19 (patch)
tree74883d9c56be55541b31f72c1771092ca7646cc5 /toxcore/tox.c
parent1334d16517ccaa0971301fc819b72618e060c899 (diff)
Remove deprecated conference namelist change callback.
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index caaaedba..3db2bd35 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -1116,13 +1116,6 @@ void tox_callback_conference_peer_list_changed(Tox *tox, tox_conference_peer_lis
1116 g_callback_peer_list_changed((Group_Chats *)m->conferences_object, callback); 1116 g_callback_peer_list_changed((Group_Chats *)m->conferences_object, callback);
1117} 1117}
1118 1118
1119void tox_callback_conference_namelist_change(Tox *tox, tox_conference_namelist_change_cb *callback)
1120{
1121 Messenger *m = tox;
1122 g_callback_group_namelistchange((Group_Chats *)m->conferences_object,
1123 (void (*)(struct Messenger *, uint32_t, uint32_t, int, void *))callback);
1124}
1125
1126uint32_t tox_conference_new(Tox *tox, TOX_ERR_CONFERENCE_NEW *error) 1119uint32_t tox_conference_new(Tox *tox, TOX_ERR_CONFERENCE_NEW *error)
1127{ 1120{
1128 Messenger *m = tox; 1121 Messenger *m = tox;