mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-09 05:22:36 +02:00
remove setter for isInjectingAudio - shouldn't be set externally
This commit is contained in:
parent
da39f28211
commit
21cdf4ada5
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ public:
|
|||
void injectAudio(UDPSocket* injectorSocket, sockaddr* destinationSocket);
|
||||
|
||||
bool isInjectingAudio() const { return _isInjectingAudio; }
|
||||
void setIsInjectingAudio(bool isInjectingAudio) { _isInjectingAudio = isInjectingAudio; }
|
||||
|
||||
unsigned char getVolume() const { return _volume; }
|
||||
void setVolume(unsigned char volume) { _volume = volume; }
|
||||
|
|
Loading…
Reference in a new issue