Remove readPendingDatagrams from AudioMixer

This commit is contained in:
Ryan Huffman 2015-07-10 16:14:40 -07:00
parent 0d920c7b7c
commit 910836fa5a

View file

@ -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();