diff options
author | Jonathan Yap <none@none> | 2010-12-27 12:06:28 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2010-12-27 12:06:28 -0500 |
commit | 5e376017858f6534163b0bfb6b385bdd0aeac5d3 (patch) | |
tree | 0a80daf533f46a9ca0c76550d38a9af29b06e130 | |
parent | 3b20ce511061e364e85540c40d274cc9a5b06fe2 (diff) |
STORM-737 Eliminate commented out line
-rw-r--r-- | indra/newview/llpanelmaininventory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp index 9c1d884046..c83176d980 100644 --- a/indra/newview/llpanelmaininventory.cpp +++ b/indra/newview/llpanelmaininventory.cpp @@ -506,8 +506,6 @@ void LLPanelMainInventory::onFilterSelected() return; } -// getChildView("add_btn_panel")->setVisible(true); - setFilterSubString(mFilterSubString); LLInventoryFilter* filter = mActivePanel->getFilter(); LLFloaterInventoryFinder *finder = getFinder(); |