[NameUI] Remove pointless is_group check in refresh
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user