Minor cleanup.

This commit is contained in:
Shyotl
2018-08-10 18:17:30 -05:00
parent 369a3ed909
commit bc8c95a7f7
4 changed files with 5 additions and 5 deletions

View File

@@ -695,7 +695,7 @@ bool LLInventoryCollectFunctor::itemTransferCommonlyAllowed(const LLInventoryIte
return true;
break;
}
return false;
// return false;
}
bool LLIsType::operator()(LLInventoryCategory* cat, LLInventoryItem* item)