diff --git a/indra/llui/lllayoutstack.cpp b/indra/llui/lllayoutstack.cpp index 1cac5b3f12..7dab275292 100644 --- a/indra/llui/lllayoutstack.cpp +++ b/indra/llui/lllayoutstack.cpp @@ -593,7 +593,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) diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index dc781ff086..2c0fc9de77 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -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()) { diff --git a/indra/newview/llfloatertools.cpp b/indra/newview/llfloatertools.cpp index b4a869cdf9..764b09dac5 100644 --- a/indra/newview/llfloatertools.cpp +++ b/indra/newview/llfloatertools.cpp @@ -699,18 +699,6 @@ void LLFloaterTools::refresh() selection_info << getString("status_selectcount", selection_args); getChild("selection_count")->setText(selection_info.str()); - - bool have_selection = !LLSelectMgr::getInstance()->getSelection()->isEmpty(); - // FIRE-13838 / VWR-29517: Text and link from other tools is presented in Land tool from Build floater - //childSetVisible("selection_count", have_selection); - //childSetVisible("remaining_capacity", have_selection); - //childSetVisible("selection_empty", !have_selection); - LLTool *tool = LLToolMgr::getInstance()->getCurrentTool(); - bool land_visible = (tool == LLToolBrushLand::getInstance() || tool == LLToolSelectLand::getInstance() ); - childSetVisible("selection_count", !land_visible && have_selection); - childSetVisible("remaining_capacity", !land_visible && have_selection); - childSetVisible("selection_empty", !land_visible && !have_selection); - // } // disable the object and prim counts if nothing selected diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index d11b42e292..d33cfe4dfc 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -2316,15 +2316,6 @@ BOOL LLItemBridge::isItemCopyable() const LLViewerInventoryItem* item = getItem(); if (item) { -/* - // Can't copy worn objects. DEV-15183 - if(get_is_item_worn(mUUID)) - { - return FALSE; - } - -*/ - // [SL:KB] - Patch: Inventory-Links | Checked: 2010-04-12 (Catznip-2.2.0a) | Added: Catznip-2.0.0a // We'll allow copying a link if: // - its target is available diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp index bb502ea7e1..516fff5ed2 100644 --- a/indra/newview/llviewermenu.cpp +++ b/indra/newview/llviewermenu.cpp @@ -5178,10 +5178,8 @@ void near_sit_down_point(BOOL success, void *) if (success) { gAgent.setFlying(FALSE); + gAgent.clearControlFlags(AGENT_CONTROL_STAND_UP); // might have been set by autopilot gAgent.setControlFlags(AGENT_CONTROL_SIT_ON_GROUND); - - // Might be first sit - //LLFirstUse::useSit(); } } diff --git a/indra/newview/skins/default/xui/fr/notifications.xml b/indra/newview/skins/default/xui/fr/notifications.xml index d26d7ff603..6285e5acfd 100644 --- a/indra/newview/skins/default/xui/fr/notifications.xml +++ b/indra/newview/skins/default/xui/fr/notifications.xml @@ -2928,7 +2928,7 @@ Si vous restez dans cette région, vous serez déconnecté(e). Si vous restez dans cette région, vous serez déconnecté(e). - Charger la page Web [URL] ? +Charger la page Web [URL] ? [MESSAGE]