diff --git a/src/core/account.ts b/src/core/account.ts index df756fe5..6d5ceed2 100644 --- a/src/core/account.ts +++ b/src/core/account.ts @@ -70,10 +70,6 @@ export class AccountCategory implements TypeAndName { return AccountCategory.allInstances; } - public static all(): Record { - return AccountCategory.allInstancesByTypeName; - } - public static valueOf(type: number): AccountCategory { return AccountCategory.allInstancesByType[type]; }