summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpanelpicks.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/indra/newview/llpanelpicks.cpp b/indra/newview/llpanelpicks.cpp
index 0fededcc46..c30658755a 100644
--- a/indra/newview/llpanelpicks.cpp
+++ b/indra/newview/llpanelpicks.cpp
@@ -332,22 +332,6 @@ void LLPanelPicks::onPlusMenuItemClicked(const LLSD& param)
void LLPanelPicks::onAccordionStateChanged(const LLAccordionCtrlTab* acc_tab)
{
- if(acc_tab->getDisplayChildren())
- {
- if(acc_tab != mPicksAccTab && mPicksAccTab->getDisplayChildren())
- {
- mPicksAccTab->setDisplayChildren(false);
- }
-
- if(acc_tab != mClassifiedsAccTab && mClassifiedsAccTab->getDisplayChildren())
- {
- mClassifiedsAccTab->setDisplayChildren(false);
- }
-
- LLAccordionCtrl* accordion = getChild<LLAccordionCtrl>("accordion");
- accordion->arrange();
- }
-
if(!mPicksAccTab->getDisplayChildren())
{
mPicksList->resetSelection(true);