diff options
| author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-22 11:44:41 +0300 | 
|---|---|---|
| committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-05-22 11:44:41 +0300 | 
| commit | c102bcf0adc45f855f103831542b019ad60702e7 (patch) | |
| tree | 0374d375e109aa993030fdb96e63fa8f01586a38 | |
| parent | c7dde30435c578b8fd4606135193e3ec8d31bd76 (diff) | |
build fix
| -rw-r--r-- | indra/newview/llinventorypanel.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index ba2dce1f98..f9c91312ee 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -1218,7 +1218,6 @@ void LLInventoryPanel::purgeSelectedItems()      if (inventory_selected.empty()) return;      LLSD args;      S32 count = inventory_selected.size(); -    static const U32 trash_max_capacity = gSavedSettings.getU32("InventoryTrashMaxCapacity");      for (std::set<LLFolderViewItem*>::const_iterator it = inventory_selected.begin(), end_it = inventory_selected.end();          it != end_it;          ++it) | 
