summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAimee Linden <aimee@lindenlab.com>2010-04-08 13:09:10 +0100
committerAimee Linden <aimee@lindenlab.com>2010-04-08 13:09:10 +0100
commit31e85ba276e17f6198513d1632364b0df955eec0 (patch)
treebb49c98855a0586cbad3d361b13d61303001caf3 /indra
parent526fb2fdd472f2edaabadabcd7a4abf0c0cc676a (diff)
Another small fix-up from backing out the SLE merge
Diffstat (limited to 'indra')
-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;
}