diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-02-06 22:37:28 +0200 | 
|---|---|---|
| committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2020-02-06 22:37:28 +0200 | 
| commit | 90ff108278475bc70c182050d5ba3a32d3b3a9bf (patch) | |
| tree | 78ff15dbf6a5a72d544d466708de3719edf8ff48 | |
| parent | ad1052039cfdd0e9a95304874cf1347e1472d36f (diff) | |
SL-12550 Leftovers cleanup
| -rw-r--r-- | indra/newview/llavataractions.cpp | 10 | 
1 files changed, 0 insertions, 10 deletions
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)  {  | 
