diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 16:01:29 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2009-11-12 16:01:29 +0000 |
commit | 74cb5c82a4e5eeb1ef722f73c96f64c4750db2be (patch) | |
tree | 17920e9fa33c7db1e8f300742890cda9c86c975f /indra/newview | |
parent | 64c1146213a1f1313bd061229a962e4d827cb16d (diff) |
fix silly error that was nerfing the outgoing call dialog.
more work towards a decent DEV-42312 and DEV-42313
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llvoicechannel.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llvoicechannel.cpp b/indra/newview/llvoicechannel.cpp index b03e6c2426..d93913b944 100644 --- a/indra/newview/llvoicechannel.cpp +++ b/indra/newview/llvoicechannel.cpp @@ -792,9 +792,6 @@ void LLVoiceChannelP2P::activate() { if (callStarted()) return; - LLVoiceChannel *voice = LLVoiceChannel::getCurrentVoiceChannel(); - if (voice && !voice->getSessionName().empty()) - LLVoiceChannel::activate(); if (callStarted()) |