diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-14 23:13:47 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:01 -0800 |
commit | 78c9b620432257cc636cd9f1ea4d7d1ed48c436c (patch) | |
tree | 40e34f4cbf0ffa716bf2a38909ea531028ed154a | |
parent | 112b9e0a965e116b62e754cbeea197e86119aa20 (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, |