mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Remove readPendingDatagrams from AudioMixer
This commit is contained in:
parent
0d920c7b7c
commit
910836fa5a
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ public slots:
|
|||
/// threaded run of assignment
|
||||
void run();
|
||||
|
||||
void readPendingDatagrams() { }; // this will not be called since our datagram processing thread will handle
|
||||
void readPendingDatagram(const QByteArray& receivedPacket, const HifiSockAddr& senderSockAddr);
|
||||
|
||||
void sendStatsPacket();
|
||||
|
|
Loading…
Reference in a new issue