mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:37:35 +02:00
remove the unused temporary UDP Socket
This commit is contained in:
parent
9b72762eb8
commit
ddff60f236
1 changed files with 0 additions and 3 deletions
|
@ -36,9 +36,6 @@ const float AUDIO_INJECT_PROXIMITY = 0.4f;
|
||||||
|
|
||||||
bool stopReceiveAgentDataThread;
|
bool stopReceiveAgentDataThread;
|
||||||
|
|
||||||
int TEMP_AUDIO_LISTEN_PORT = 55439;
|
|
||||||
UDPSocket audioSocket(TEMP_AUDIO_LISTEN_PORT);
|
|
||||||
|
|
||||||
void *receiveAgentData(void *args) {
|
void *receiveAgentData(void *args) {
|
||||||
sockaddr senderAddress;
|
sockaddr senderAddress;
|
||||||
ssize_t bytesReceived;
|
ssize_t bytesReceived;
|
||||||
|
|
Loading…
Reference in a new issue