diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-07-26 13:21:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-26 13:21:27 +0300 |
commit | a5d68b3801be0ea77259b387f3c86cca54fc59cc (patch) | |
tree | 0872bf1d87bab24f67e5129dd42ebd85f1e464e0 /indra/newview/llpaneloutfitedit.cpp | |
parent | dce1218b038f210fd6d4c19c84895fcf37e30c15 (diff) |
Fix trailing whitespaces to make pre-commit happy
Diffstat (limited to 'indra/newview/llpaneloutfitedit.cpp')
-rw-r--r-- | indra/newview/llpaneloutfitedit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpaneloutfitedit.cpp b/indra/newview/llpaneloutfitedit.cpp index fadf3633e8..4cd4afaa5a 100644 --- a/indra/newview/llpaneloutfitedit.cpp +++ b/indra/newview/llpaneloutfitedit.cpp @@ -478,7 +478,6 @@ bool LLPanelOutfitEdit::postBuild() mFolderViewBtn = getChild<LLButton>("folder_view_btn"); mListViewBtn = getChild<LLButton>("list_view_btn"); - mFilterPanel = getChild<LLView>("filter_panel"); mFilterBtn = getChild<LLButton>("filter_button"); mFilterBtn->setCommitCallback(boost::bind(&LLPanelOutfitEdit::showWearablesFilter, this)); |