remove unused code
This commit is contained in:
@@ -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];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user