summaryrefslogtreecommitdiff
path: root/indra/newview/llspeakers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llspeakers.cpp')
-rw-r--r--indra/newview/llspeakers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llspeakers.cpp b/indra/newview/llspeakers.cpp
index f079c70c6c..c75314825c 100644
--- a/indra/newview/llspeakers.cpp
+++ b/indra/newview/llspeakers.cpp
@@ -438,7 +438,7 @@ void LLSpeakerMgr::update(bool resort_ok)
{
if(speakerp->mType == LLSpeaker::SPEAKER_EXTERNAL)
{
- // external speakers should be timed out when they leave the voice channel (since they only exist via SLVoice)
+ // external speakers should be timed out when they leave the voice channel
speakerp->mStatus = LLSpeaker::STATUS_NOT_IN_CHANNEL;
}
else