summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-03 13:32:31 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-03 13:32:31 -0500
commit73573688c550c8a1e9ab4822d92f33f3523778af (patch)
tree2773a79fe5aac2a0d83c9b9445df00bf0208d219 /indra
parentcc24d843274edf9039a3c9c65018a89a1f9588ec (diff)
Removed declared but never defined function, which was causing a build failure on Mac
--HG-- branch : avatar-pipeline
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llsidepanelinventory.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llsidepanelinventory.cpp b/indra/newview/llsidepanelinventory.cpp
index 8a1b97695d..5197a9bbc3 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()