OS X compile fixes.
parent
71b20639d5
commit
fd0f8a1cf5
|
|
@ -587,7 +587,6 @@ LLLayoutPanel* LLLayoutStack::findEmbeddedPanel(LLPanel* panelp) const
|
|||
{
|
||||
if (!panelp) return NULL;
|
||||
|
||||
e_panel_list_t::const_iterator panel_it;
|
||||
BOOST_FOREACH(LLLayoutPanel* p, mPanels)
|
||||
{
|
||||
if (p == panelp)
|
||||
|
|
|
|||
|
|
@ -1970,7 +1970,6 @@ bool LLAppearanceMgr::getCanRemoveOutfit(const LLUUID& outfit_cat_id)
|
|||
LLFindNonRemovableObjects filter_non_removable;
|
||||
LLInventoryModel::cat_array_t cats;
|
||||
LLInventoryModel::item_array_t items;
|
||||
LLInventoryModel::item_array_t::const_iterator it;
|
||||
gInventory.collectDescendentsIf(outfit_cat_id, cats, items, false, filter_non_removable);
|
||||
if (!cats.empty() || !items.empty())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue