Old-code related to sim-quota cleaned up.

This commit is contained in:
Shyotl
2011-08-06 02:27:06 -05:00
parent f9bcbab5f3
commit f1759e0a96
15 changed files with 296 additions and 409 deletions

View File

@@ -1354,13 +1354,3 @@ LLParcel::ECategory category_ui_string_to_category(const std::string& s)
// is a distinct option from "None" and "Other"
return LLParcel::C_ANY;
}
#if MESH_ENABLED
void LLParcel::updateQuota( const LLUUID& objectId, const ParcelQuota& quota )
{
if ( mID == objectId )
{
mQuota = quota;
}
}
#endif //MESH_ENABLED