summaryrefslogtreecommitdiff
path: root/indra/newview/llviewercontrol.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-04-08 16:22:19 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-04-08 16:22:19 -0700
commit571ee16a1ff240873b602c6d01a1e3dbd17f2bc2 (patch)
treed014842034007f3e6891632e1e720f419c6635b2 /indra/newview/llviewercontrol.cpp
parent1c4b6085064a623268919ed5c56f052f52110b41 (diff)
parent3ff6c576211a10902bd02085c11fdb448ba9181f (diff)
Merge
Diffstat (limited to 'indra/newview/llviewercontrol.cpp')
-rw-r--r--indra/newview/llviewercontrol.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp
index 6f037177fa..874995a09e 100644
--- a/indra/newview/llviewercontrol.cpp
+++ b/indra/newview/llviewercontrol.cpp
@@ -413,7 +413,6 @@ bool handleHighResSnapshotChanged(const LLSD& newvalue)
bool handleVoiceClientPrefsChanged(const LLSD& newvalue)
{
- if(LLVoiceClient::getInstance())
LLVoiceClient::getInstance()->updateSettings();
return true;
}