summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindra/newview/llfloatermarketplacelistings.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.cpp b/indra/newview/llfloatermarketplacelistings.cpp
index c1664631f0..92ada398e0 100755
--- a/indra/newview/llfloatermarketplacelistings.cpp
+++ b/indra/newview/llfloatermarketplacelistings.cpp
@@ -720,9 +720,6 @@ void LLFloaterAssociateListing::apply(BOOL user_confirm)
}
// Associate the id with the user chosen folder
LLMarketplaceData::instance().associateListing(mUUID,listing_uuid,id);
- // Update the folder widgets now that the action is launched
- update_marketplace_category(listing_uuid);
- update_marketplace_category(mUUID);
}
else
{