diff options
author | James Cook <james@lindenlab.com> | 2010-05-28 08:21:33 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-28 08:21:33 -0700 |
commit | 3bbb622731b2a6a29fc6576dcf4885527d813699 (patch) | |
tree | 638b86c18e3280629615fc1ebc1c0d185d564116 /indra/newview/llpanelme.cpp | |
parent | 7037e8ee9fb73093eecca3d4477be3a85bd62664 (diff) |
WIP Fix miscellaneous display names in UI
Diffstat (limited to 'indra/newview/llpanelme.cpp')
-rw-r--r-- | indra/newview/llpanelme.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llpanelme.cpp b/indra/newview/llpanelme.cpp index eb2d57af52..d1ce59d436 100644 --- a/indra/newview/llpanelme.cpp +++ b/indra/newview/llpanelme.cpp @@ -228,13 +228,6 @@ void LLPanelMyProfileEdit::processProfileProperties(const LLAvatarData* avatar_d childSetValue("show_in_search_checkbox", (BOOL)(avatar_data->flags & AVATAR_ALLOW_PUBLISH)); - // IDEVO - These fields do not seem to exist any more. - //std::string full_name; - //BOOL found = gCacheName->getFullName(avatar_data->avatar_id, full_name); - //if (found) - //{ - // childSetTextArg("name_text", "[NAME]", full_name); - //} LLAvatarNameCache::get(avatar_data->avatar_id, boost::bind(&LLPanelMyProfileEdit::onNameCache, this, _1, _2)); } |