summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicechannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvoicechannel.cpp')
-rw-r--r--indra/newview/llvoicechannel.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llvoicechannel.cpp b/indra/newview/llvoicechannel.cpp
index b3ac28eb7a..cf128f381a 100644
--- a/indra/newview/llvoicechannel.cpp
+++ b/indra/newview/llvoicechannel.cpp
@@ -369,12 +369,6 @@ void LLVoiceChannel::resume()
{
if (sSuspendedVoiceChannel)
{
- if (sSuspendedVoiceChannel->callStarted())
- {
- // should have channel data already, restart
- sSuspendedVoiceChannel->setState(STATE_READY);
- }
- // won't do anything if call is already started
sSuspendedVoiceChannel->activate();
}
else