diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-09-30 05:15:53 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2016-09-30 05:15:53 +0300 |
commit | 9f3225d7551751435dc8f11db9a516840ffff2eb (patch) | |
tree | ba17c538be09bcfc0509ef0db94ec0cbbd167df5 /indra/newview/lloutfitgallery.cpp | |
parent | f5f4b771f1b6888371415fb088ae63ac3ef36dc7 (diff) |
MAINT-6785 Clean up log spam caused by unused/undeclared "foto_bg_panel"
Diffstat (limited to 'indra/newview/lloutfitgallery.cpp')
-rw-r--r-- | indra/newview/lloutfitgallery.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lloutfitgallery.cpp b/indra/newview/lloutfitgallery.cpp index de6a36ce2f..aec6a79fa3 100644 --- a/indra/newview/lloutfitgallery.cpp +++ b/indra/newview/lloutfitgallery.cpp @@ -640,7 +640,6 @@ BOOL LLOutfitGalleryItem::postBuild() mOutfitNameText = getChild<LLTextBox>("outfit_name"); mOutfitWornText = getChild<LLTextBox>("outfit_worn_text"); - mFotoBgPanel = getChild<LLPanel>("foto_bg_panel"); mTextBgPanel = getChild<LLPanel>("text_bg_panel"); setOutfitWorn(false); mHidden = false; |