mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 04:53:25 +02:00
Merge pull request #325 from birarda/master
remove eve's unused temp audio injector socket
This commit is contained in:
commit
22cb5bf470
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