diff options
| -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) | 
