diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-08 18:26:39 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-08 18:26:39 +0100 |
commit | 794982dad5bc5c4725830b95245e476de79a80c7 (patch) | |
tree | faea6657f50bbb7d4550a9a8ff6c7cf2c5a2e657 /indra/newview/llviewercontrol.cpp | |
parent | 7b807553e175243b393195a9608b6f12d12ecaa9 (diff) | |
parent | 31e85ba276e17f6198513d1632364b0df955eec0 (diff) |
viewer-trunk merge
Diffstat (limited to 'indra/newview/llviewercontrol.cpp')
-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 d14b8595eb..3fa6b0c8c2 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -404,7 +404,6 @@ bool handleHighResSnapshotChanged(const LLSD& newvalue) bool handleVoiceClientPrefsChanged(const LLSD& newvalue) { - if(LLVoiceClient::getInstance()) LLVoiceClient::getInstance()->updateSettings(); return true; } |