summaryrefslogtreecommitdiff
path: root/indra/newview/llavataractions.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2020-02-07 17:18:40 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2020-02-07 17:34:01 +0200
commitf18ee2becc7e1911d97c201d652d87110e6c9cf2 (patch)
treeb81e6b155e9ce45a1db481bba51dc23fd34bba4c /indra/newview/llavataractions.cpp
parent90ff108278475bc70c182050d5ba3a32d3b3a9bf (diff)
SL-10675 More leftovers cleanup
=
Diffstat (limited to 'indra/newview/llavataractions.cpp')
-rw-r--r--indra/newview/llavataractions.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llavataractions.cpp b/indra/newview/llavataractions.cpp
index afd62f3149..ba97574149 100644
--- a/indra/newview/llavataractions.cpp
+++ b/indra/newview/llavataractions.cpp
@@ -331,12 +331,6 @@ void LLAvatarActions::startConference(const uuid_vec_t& ids, const LLUUID& float
make_ui_sound("UISndStartIM");
}
-static const char* get_profile_floater_name(const LLUUID& avatar_id)
-{
- // Use different floater XML for our profile to be able to save its rect.
- return avatar_id == gAgentID ? "my_profile_web" : "profile_web";
-}
-
// static
void LLAvatarActions::showProfile(const LLUUID& avatar_id)
{