From 74cb5c82a4e5eeb1ef722f73c96f64c4750db2be Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Thu, 12 Nov 2009 16:01:29 +0000 Subject: fix silly error that was nerfing the outgoing call dialog. more work towards a decent DEV-42312 and DEV-42313 --- indra/newview/llvoicechannel.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'indra/newview') 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()) -- cgit v1.2.3