SL-12550 Leftovers cleanup

master
Andrey Lihatskiy 2020-02-06 22:37:28 +02:00
parent ad1052039c
commit 90ff108278
1 changed files with 0 additions and 10 deletions

View File

@ -337,16 +337,6 @@ static const char* get_profile_floater_name(const LLUUID& avatar_id)
return avatar_id == gAgentID ? "my_profile_web" : "profile_web";
}
static void on_avatar_name_show_profile(const LLUUID& agent_id, const LLAvatarName& av_name)
{
std::string url = getProfileURL(av_name.getAccountName());
// PROFILES: open in webkit window
LLFloaterWebContent::Params p;
p.url(url).id(agent_id.asString());
LLFloaterReg::showInstance(get_profile_floater_name(agent_id), p);
}
// static
void LLAvatarActions::showProfile(const LLUUID& avatar_id)
{