diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-03 20:42:08 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-06-03 20:42:08 +0300 |
commit | 59496719bb2c986dcc7bacecaec6fe120d063808 (patch) | |
tree | 5a0eb8f636c1b90c3a4da40655d0230395a06d6c /indra/newview | |
parent | 3d46c5f53452678ac7539560255165d97e5dc907 (diff) |
Removed an obsolete comment.
Requested by Richard: https://codereview.productengine.com/secondlife/r/466/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llinventoryfunctions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llinventoryfunctions.cpp b/indra/newview/llinventoryfunctions.cpp index 817da34c61..ca6cede7e9 100644 --- a/indra/newview/llinventoryfunctions.cpp +++ b/indra/newview/llinventoryfunctions.cpp @@ -185,8 +185,6 @@ void remove_category(LLInventoryModel* model, const LLUUID& cat_id) } } - // go ahead and do the normal remove if no 'last calling - // cards' are being removed. LLViewerInventoryCategory* cat = gInventory.getCategory(cat_id); if (cat) { |