summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.cpp
diff options
context:
space:
mode:
authorRye Mutt <rye@alchemyviewer.org>2024-08-20 02:21:57 -0400
committerGitHub <noreply@github.com>2024-08-20 09:21:57 +0300
commitf92c2040b94da7eb4fb2ba3ae9f7f7233e2463b1 (patch)
tree3d121c23b474b6efb4cbdbfad8b910bdcdb85877 /indra/newview/llpanelmaininventory.cpp
parent342eee503865af8ee193a1d04f0bc80712c5d80c (diff)
Follow up for 4fa41c5 breaking inbox search/hiding (#2356)
Diffstat (limited to 'indra/newview/llpanelmaininventory.cpp')
-rw-r--r--indra/newview/llpanelmaininventory.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llpanelmaininventory.cpp b/indra/newview/llpanelmaininventory.cpp
index 8334da1836..2466ee5973 100644
--- a/indra/newview/llpanelmaininventory.cpp
+++ b/indra/newview/llpanelmaininventory.cpp
@@ -239,11 +239,6 @@ bool LLPanelMainInventory::postBuild()
}
}
- mParentSidepanel = getParentSidepanelInventory();
- if (mParentSidepanel)
- {
- mInboxPanel = mParentSidepanel->getChild<LLPanelMarketplaceInbox>("marketplace_inbox");
- }
mFilterEditor = getChild<LLFilterEditor>("inventory search editor");
if (mFilterEditor)