diff options
author | Oz Linden <oz@lindenlab.com> | 2015-06-19 17:49:05 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-06-19 17:49:05 -0400 |
commit | 1cfa126279f06bf4de7b78af0a2ab09a5a3a9759 (patch) | |
tree | b876d992abbaf3636caa278d3b631c66532e9c9b /indra/newview/llvoavatar.cpp | |
parent | 95fc2d48eced78b2aaa29b9e8b3f9410eed1ad8c (diff) |
workarounds to get this building again; note: review mute list caching change before promoting
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index c3cc5a5fae..2037a92464 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -712,9 +712,7 @@ LLVOAvatar::LLVOAvatar(const LLUUID& id, mIsEditingAppearance(FALSE), mUseLocalAppearance(FALSE), mLastUpdateRequestCOFVersion(-1), - mLastUpdateReceivedCOFVersion(-1), - mCachedMuteListUpdateTime(0), - mCachedInMuteList(false) + mLastUpdateReceivedCOFVersion(-1) { LL_DEBUGS("AvatarRender") << "LLVOAvatar Constructor (0x" << this << ") id:" << mID << LL_ENDL; @@ -3084,6 +3082,7 @@ bool LLVOAvatar::isVisuallyMuted() const return ( mVisuallyMuteSetting == ALWAYS_VISUAL_MUTE ); } +#if 0 // TBD bool LLVOAvatar::isInMuteList() { bool muted = false; @@ -3102,6 +3101,8 @@ bool LLVOAvatar::isInMuteList() } return muted; } +#endif + void LLVOAvatar::updateDebugText() { // clear debug text |