diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-05 20:20:46 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-05 21:01:45 +0200 |
commit | b6c7eee50561b61842252ba3692362ed362e3fae (patch) | |
tree | 939b0d9ca329e5258842c0646f8c98b9e32fbab9 /indra/newview/llspeakers.cpp | |
parent | 6f99c42e93ed5a8370ef25f29212f596c89724c6 (diff) |
SL-16320 Remove references to AvaLine from the viewer
Diffstat (limited to 'indra/newview/llspeakers.cpp')
-rw-r--r-- | indra/newview/llspeakers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspeakers.cpp b/indra/newview/llspeakers.cpp index abb936c3e5..ea671a130e 100644 --- a/indra/newview/llspeakers.cpp +++ b/indra/newview/llspeakers.cpp @@ -534,7 +534,7 @@ void LLSpeakerMgr::updateSpeakerList() } else if (mSpeakers.size() == 0) { - // For all other session type (ad-hoc, P2P, avaline), we use the initial participants targets list + // For all other session type (ad-hoc, P2P), we use the initial participants targets list for (uuid_vec_t::iterator it = session->mInitialTargetIDs.begin();it!=session->mInitialTargetIDs.end();++it) { // Add buddies if they are on line, add any other avatar. |