diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2023-09-14 23:13:47 -0700 | 
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:34 -0800 | 
| commit | b1906593003b82fb8b442540e4ec69101f2c17c3 (patch) | |
| tree | 33fea36091b3ec59f556ca8dfe4badabcee1a232 | |
| parent | af2842793d2e5ce169cb5bced280bc227de01baa (diff) | |
fix newer xcode build warning
| -rw-r--r-- | indra/newview/llvoicewebrtc.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp index 93fdf8be34..66bed5f0b5 100644 --- a/indra/newview/llvoicewebrtc.cpp +++ b/indra/newview/llvoicewebrtc.cpp @@ -1227,7 +1227,6 @@ bool LLWebRTCVoiceClient::terminateAudioSession(bool wait)  typedef enum e_voice_wait_for_channel_state  {      VOICE_CHANNEL_STATE_LOGIN = 0, // entry point -    VOICE_CHANNEL_STATE_CHECK_EFFECTS,      VOICE_CHANNEL_STATE_START_CHANNEL_PROCESSING,      VOICE_CHANNEL_STATE_PROCESS_CHANNEL,      VOICE_CHANNEL_STATE_NEXT_CHANNEL_DELAY, | 
