diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp index 8a1b97695d1475bd8705bdf550bbd1adf1fb970c..5197a9bbc3e87f80a2810357b4805f67b5168aea 100644 --- a/indra/newview/llsidepanelinventory.cpp +++ b/indra/newview/llsidepanelinventory.cpp @@ -47,9 +47,6 @@ static const std::string LANDMARK_INFO_TYPE = "landmark"; static const std::string REMOTE_PLACE_INFO_TYPE = "remote_place"; static const std::string TELEPORT_HISTORY_INFO_TYPE = "teleport_history"; -// Helper functions -static void setAllChildrenVisible(LLView* view, BOOL visible); - static LLRegisterPanelClassWrapper<LLSidepanelInventory> t_inventory("sidepanel_inventory"); LLSidepanelInventory::LLSidepanelInventory()