summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/newview/llinventoryfunctions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp
index 205ccf4885..00ff0e83c0 100644
--- a/indra/newview/llinventoryfunctions.cpp
+++ b/indra/newview/llinventoryfunctions.cpp
@@ -1479,7 +1479,7 @@ bool move_item_to_marketplacelistings(LLInventoryItem* inv_item, LLUUID dest_fol
gInventory.createNewCategory(dest_folder,
LLFolderType::FT_NONE,
viewer_inv_item->getName(),
- [item_id, callback_dest_create](const LLUUID &new_cat_id)
+ [callback_dest_create](const LLUUID &new_cat_id)
{
if (new_cat_id.isNull())
{