summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-05-20 16:39:26 -0700
committerJames Cook <james@lindenlab.com>2010-05-20 16:39:26 -0700
commite7b1a16f071ff0ab253136a284e20d737352a5ca (patch)
tree189157392dbed2b4fa3f5b4b3542ac81afa3db91 /indra/newview/llvoavatar.cpp
parentb637a183c41b091ea1c2e0a2f85987b7b5988afd (diff)
Strip out debug code related to toggling display names on/off
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rw-r--r--indra/newview/llvoavatar.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 7e061d69c9..cc38616cb8 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -665,7 +665,6 @@ LLVOAvatar::LLVOAvatar(const LLUUID& id,
mNameAlpha(0.f),
mRenderGroupTitles(sRenderGroupTitles),
mNameCloud(false),
- mUseDisplayNames( LLAvatarNameCache::useDisplayNames() ),
mFirstTEMessageReceived( FALSE ),
mFirstAppearanceMessageReceived( FALSE ),
mCulled( FALSE ),
@@ -2748,13 +2747,6 @@ void LLVOAvatar::idleUpdateNameTag(const LLVector3& root_pos_last)
new_name = TRUE;
}
- // IDEVO HACK to force refresh
- if (LLAvatarNameCache::useDisplayNames() != mUseDisplayNames)
- {
- mUseDisplayNames = LLAvatarNameCache::useDisplayNames();
- new_name = TRUE;
- }
-
// First Calculate Alpha
// If alpha > 0, create mNameText if necessary, otherwise delete it
F32 alpha = 0.f;