Skip to content

Commit 7278895

Browse files
committed
#4893 Drop unused llpanel XML filename reference
1 parent aa20ce3 commit 7278895

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

indra/llui/llpanel.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,10 +489,9 @@ bool LLPanel::initPanelXML(LLXMLNodePtr node, LLView *parent, LLXMLNodePtr outpu
489489
LL_RECORD_BLOCK_TIME(FTM_PANEL_SETUP);
490490

491491
LLXMLNodePtr referenced_xml;
492-
const std::string& xml_filename = mXMLFilename;
493492

494493
// if the panel didn't provide a filename, check the node
495-
if (xml_filename.empty())
494+
if (mXMLFilename.empty())
496495
{
497496
std::string temp_filename;
498497
node->getAttributeString("filename", temp_filename);

0 commit comments

Comments
 (0)