From 90ff108278475bc70c182050d5ba3a32d3b3a9bf Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Thu, 6 Feb 2020 22:37:28 +0200 Subject: SL-12550 Leftovers cleanup --- indra/newview/llavataractions.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp index 590787c411..afd62f3149 100644 --- a/indra/newview/llavataractions.cpp +++ b/indra/newview/llavataractions.cpp @@ -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) { -- cgit v1.2.3