1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 06:36:34 +01:00

remove group self-timeout callback

This commit is contained in:
Jfreegman
2015-04-12 21:56:42 -04:00
parent b66a1f6ba1
commit a360afe08a
5 changed files with 0 additions and 34 deletions

View File

@@ -137,7 +137,6 @@ struct ToxWindow {
void(*onGroupNickChange)(ToxWindow *, Tox *, int, uint32_t, const char *, uint16_t);
void(*onGroupTopicChange)(ToxWindow *, Tox *, int, uint32_t, const char *, uint16_t);
void(*onGroupSelfJoin)(ToxWindow *, Tox *, int);
void(*onGroupSelfTimeout)(ToxWindow *, Tox *, int);
void(*onGroupRejected)(ToxWindow *, Tox *, int, uint8_t);
#ifdef AUDIO