diff options
| author | James Cook <james@lindenlab.com> | 2010-05-13 12:18:10 -0700 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-05-13 12:18:10 -0700 |
| commit | 14f423a23c38bf554e9633752074fbcabd92599c (patch) | |
| tree | c7d7435dfad057b77e8c07584a21226daed344af /indra/newview/llstartup.cpp | |
| parent | b95d1142a0a9c91388d4674951c319fff0785c0c (diff) | |
DEV-50013 General "name list" support for display name +/- SLID
Added lookups via new name cache system. Added optional short_name
parameter to show only display names in the list (don't need this yet).
Removed top-level global refresh of all name list controls when legacy
name cache receives names -- it was inefficient and we don't need it
anymore. Reviewed with Leyla.
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 8f53463269..689275421d 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -269,7 +269,6 @@ void transition_back_to_login_panel(const std::string& emsg); void callback_cache_name(const LLUUID& id, const std::string& full_name, bool is_group) { - LLNameListCtrl::refreshAll(id, full_name, is_group); LLNameBox::refreshAll(id, full_name, is_group); LLNameEditor::refreshAll(id, full_name, is_group); |
