Skip to content
Snippets Groups Projects
Commit 73573688 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

Removed declared but never defined function, which was causing a build failure on Mac

--HG--
branch : avatar-pipeline
parent cc24d843
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment