summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfunctions.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-04-11 14:13:33 -0700
committerMerov Linden <merov@lindenlab.com>2014-04-11 14:13:33 -0700
commit45ec0833c2f11b7c59b6e250fd63f55fb2317cb5 (patch)
treebbb7df4cc31092db0da25c55d7721233c7762f79 /indra/newview/llinventoryfunctions.cpp
parent2a031df763ab7ea0f17f263ef9a03f53fbfb1187 (diff)
DD-57 : Update stock folder count when item moved back to inventory
Diffstat (limited to 'indra/newview/llinventoryfunctions.cpp')
-rwxr-xr-xindra/newview/llinventoryfunctions.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp
index 57e1b6d9bc..757dcb4992 100755
--- a/indra/newview/llinventoryfunctions.cpp
+++ b/indra/newview/llinventoryfunctions.cpp
@@ -805,7 +805,6 @@ S32 compute_stock_count(LLUUID cat_uuid)
{
// Note: stock folders are *not* supposed to have nested subfolders so we stop recursion here
// Note: we *always* give a stock count for stock folders, it's useful even if the listing is unassociated
- //LLViewerInventoryCategory * viewer_cat = (LLViewerInventoryCategory *) (cat);
return cat->getDescendentCount();
}