diff options
author | Merov Linden <merov@lindenlab.com> | 2013-03-22 15:39:04 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-03-22 15:39:04 -0700 |
commit | d8c778bf99ffb02d61099e8b557b6fa827ad0429 (patch) | |
tree | 88fe3db8c7fcddabe21d9f4c4c0716fdf4478908 /indra/newview/llvoicevivox.h | |
parent | 39f5be8c1131476e09e9d3c48affb7e0ae582463 (diff) |
CHUI-877 : Fixed! Ignore the Vivox buffy names right now and avoid invalidation avatar name cache when seeing a difference with vivox
Diffstat (limited to 'indra/newview/llvoicevivox.h')
-rw-r--r-- | indra/newview/llvoicevivox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 574027de42..a6f40eb3e9 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -584,7 +584,6 @@ protected: bool mNameResolved; bool mInSLFriends; bool mInVivoxBuddies; - bool mNeedsNameUpdate; }; typedef std::map<std::string, buddyListEntry*> buddyListMap; |