diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-04-19 15:38:17 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-04-19 15:38:17 +0100 |
commit | d6549677fb0a1f1816813db8be6a04ee55e8b8e1 (patch) | |
tree | c2b9a4e9e715f06c0e87dd44742aa1d4eeff817a | |
parent | dad1c52ed1b60a10cb4cf95b6017ffe137c5fbd3 (diff) |
Removed left over initialization to 0 of mVoiceFontID from when it was an integer rather than a UUID.
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp index 8b88fd46a3..6205617016 100644 --- a/indra/newview/llvoiceclient.cpp +++ b/indra/newview/llvoiceclient.cpp @@ -6633,8 +6633,7 @@ LLVoiceClient::sessionState::sessionState() : mReconnect(false), mVolumeDirty(false), mMuteDirty(false), - mParticipantsChanged(false), - mVoiceFontID(0) + mParticipantsChanged(false) { } |