Skip to content
Snippets Groups Projects
Commit 8f828d4f authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix warning

parent 3bbf4f05
No related branches found
No related tags found
No related merge requests found
......@@ -2116,8 +2116,6 @@ void LLOutgoingCallDialog::show(const LLSD& key)
std::string callee_name = mPayload["session_name"].asString();
LLUUID session_id = mPayload["session_id"].asUUID();
if (callee_name == "anonymous") // obsolete? Likely was part of avaline support
{
callee_name = getString("anonymous");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment