From 9dd995a28747a74bd9c825b07b45679adce070e9 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Tue, 15 Oct 2013 17:21:54 -0400 Subject: [PATCH] Old dead code poofpoof --- indra/newview/llpanelavatar.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/indra/newview/llpanelavatar.cpp b/indra/newview/llpanelavatar.cpp index 2c6e5a057..4dbb576c0 100644 --- a/indra/newview/llpanelavatar.cpp +++ b/indra/newview/llpanelavatar.cpp @@ -1839,12 +1839,9 @@ void LLPanelAvatar::sendAvatarPropertiesUpdate() { llinfos << "Sending avatarinfo update" << llendl; BOOL allow_publish = FALSE; - BOOL mature = FALSE; if (LLPanelAvatar::sAllowFirstLife) { allow_publish = childGetValue("allow_publish"); - //A profile should never be mature. - mature = FALSE; } LLUUID first_life_image_id; @@ -1867,7 +1864,6 @@ void LLPanelAvatar::sendAvatarPropertiesUpdate() avatar_data.about_text = about_text; avatar_data.fl_about_text = first_life_about_text; avatar_data.allow_publish = allow_publish; - //avatar_data.mature = mature; avatar_data.profile_url = mPanelWeb->childGetText("url_edit"); LLAvatarPropertiesProcessor::getInstance()->sendAvatarPropertiesUpdate(&avatar_data);