remove unused code

This commit is contained in:
MaysWind
2025-01-04 14:05:24 +08:00
parent eed7085756
commit b9a3c384d9
-4
View File
@@ -70,10 +70,6 @@ export class AccountCategory implements TypeAndName {
return AccountCategory.allInstances; return AccountCategory.allInstances;
} }
public static all(): Record<AccountCategoryTypeName, AccountCategory> {
return AccountCategory.allInstancesByTypeName;
}
public static valueOf(type: number): AccountCategory { public static valueOf(type: number): AccountCategory {
return AccountCategory.allInstancesByType[type]; return AccountCategory.allInstancesByType[type];
} }