From b9a3c384d93c966d175c0a4d5bbd8fc698a16633 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 4 Jan 2025 14:05:24 +0800 Subject: [PATCH] remove unused code --- src/core/account.ts | 4 ---- 1 file changed, 4 deletions(-) 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]; }