diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-08-11 13:55:39 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-08-11 13:55:39 -0400 |
commit | 0b09d660a50e195e44dc57189be5fef28d5da17b (patch) | |
tree | cc792bdec2563a41366ba8e5b46662d6fc3f6c59 | |
parent | dd9a3c4bdd01d9659d6337c803f9aaae19251a28 (diff) | |
parent | f9a61bd30d2504ae1e00c64207e490cc128a144b (diff) |
automated merge
-rw-r--r-- | indra/newview/lloutfitslist.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/lloutfitslist.cpp b/indra/newview/lloutfitslist.cpp index f2207e5c00..2b6c80bac8 100644 --- a/indra/newview/lloutfitslist.cpp +++ b/indra/newview/lloutfitslist.cpp @@ -403,12 +403,6 @@ void LLOutfitsList::onOpen(const LLSD& /*info*/) mIsInitialized = true; } - - LLAccordionCtrlTab* selected_tab = mAccordion->getSelectedTab(); - if (!selected_tab) return; - - // Pass focus to the selected outfit tab. - selected_tab->showAndFocusHeader(); } void LLOutfitsList::refreshList(const LLUUID& category_id) |