1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

remove qdebug from audio.cpp:270

This commit is contained in:
agilob 2015-10-18 08:50:55 +01:00 committed by Zetok Zalbavar
parent d2e09ead7a
commit ec3ccc7ca3
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -267,7 +267,7 @@ void Audio::playMono16Sound(const QByteArray& data)
alSourcePlay(alMainSource);
alDeleteBuffers(1, &buffer);
}
#include <QDebug>
void Audio::playGroupAudioQueued(Tox*,int group, int peer, const int16_t* data,
unsigned samples, uint8_t channels, unsigned sample_rate, void* core)
{