From 73573688c550c8a1e9ab4822d92f33f3523778af Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Tue, 3 Nov 2009 13:32:31 -0500
Subject: [PATCH] Removed declared but never defined function, which was
 causing a build failure on Mac

--HG--
branch : avatar-pipeline
---
 indra/newview/llsidepanelinventory.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp
index 8a1b97695d1..5197a9bbc3e 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()
-- 
GitLab