mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 15:51:37 +00:00
Don't check the persist value for DeleteCategoryEntry, because the original behavior didn't work right anyway, so everybody passes "true".
This commit is contained in:
parent
1feb3e5e7d
commit
8146fde6ce
@ -639,11 +639,6 @@ nsCategoryManager::DeleteCategoryEntry( const char *aCategoryName,
|
||||
const char *aEntryName,
|
||||
PRBool aDontPersist)
|
||||
{
|
||||
if (!aDontPersist) {
|
||||
NS_ERROR("Persistence not supported in the category manager.");
|
||||
return NS_ERROR_INVALID_ARG;
|
||||
}
|
||||
|
||||
NS_ENSURE_ARG_POINTER(aCategoryName);
|
||||
NS_ENSURE_ARG_POINTER(aEntryName);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user