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

remove old group audio code

This commit is contained in:
Jfreegman
2015-01-18 22:32:59 -05:00
parent 7ee858110c
commit 0348f81ba8
4 changed files with 2 additions and 154 deletions

View File

@@ -124,9 +124,4 @@ void on_group_self_join(Tox *m, int groupnumber, void *userdata);
void on_group_self_timeout(Tox *m, int groupnumber, void *userdata);
void on_group_rejected(Tox *m, int groupnumber, uint8_t type, void *userdata);
#ifdef AUDIO
void write_device_callback_group(Tox *m, int groupnum, int peernum, const int16_t *pcm, unsigned int samples,
uint8_t channels, unsigned int sample_rate, void *arg);
#endif /* AUDIO */
#endif /* #define TOXIC_H */