diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-04-08 13:09:10 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-04-08 13:09:10 +0100 |
commit | 31e85ba276e17f6198513d1632364b0df955eec0 (patch) | |
tree | bb49c98855a0586cbad3d361b13d61303001caf3 | |
parent | 526fb2fdd472f2edaabadabcd7a4abf0c0cc676a (diff) |
Another small fix-up from backing out the SLE merge
-rw-r--r-- | indra/newview/llviewercontrol.cpp | 1 |
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; } |