From 9f3225d7551751435dc8f11db9a516840ffff2eb Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Fri, 30 Sep 2016 05:15:53 +0300 Subject: MAINT-6785 Clean up log spam caused by unused/undeclared "foto_bg_panel" --- indra/newview/lloutfitgallery.cpp | 1 - indra/newview/lloutfitgallery.h | 1 - 2 files changed, 2 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("outfit_name"); mOutfitWornText = getChild("outfit_worn_text"); - mFotoBgPanel = getChild("foto_bg_panel"); mTextBgPanel = getChild("text_bg_panel"); setOutfitWorn(false); mHidden = false; diff --git a/indra/newview/lloutfitgallery.h b/indra/newview/lloutfitgallery.h index 6b13f264a4..140e68067b 100644 --- a/indra/newview/lloutfitgallery.h +++ b/indra/newview/lloutfitgallery.h @@ -273,7 +273,6 @@ private: LLTextBox* mOutfitNameText; LLTextBox* mOutfitWornText; LLPanel* mTextBgPanel; - LLPanel* mFotoBgPanel; bool mSelected; bool mWorn; bool mDefaultImage; -- cgit v1.2.3