[NameUI] Remove pointless is_group check in refresh

This commit is contained in:
Liru Færs
2020-01-06 07:40:48 -05:00
parent a870534ea0
commit af2ae76ca2
3 changed files with 6 additions and 7 deletions

View File

@@ -54,8 +54,8 @@ struct LLNameUI : public LFIDBearer
void setIsGroup(bool is_group);
void setNameID(const LLUUID& name_id, bool is_group);
void setNameText(); // Sets the name to whatever the name cache has at the moment
void refresh(const LLUUID& id, const std::string& full_name, bool is_group);
static void refreshAll(const LLUUID& id, const std::string& full_name, bool is_group);
void refresh(const LLUUID& id, const std::string& name);
static void refreshAll(const LLUUID& id, const std::string& name);
void showProfile();