remove unused code

This commit is contained in:
MaysWind
2025-01-24 22:25:34 +08:00
parent 3d934ab018
commit 2025551f3c
-1
View File
@@ -401,5 +401,4 @@ export interface AccountCategoriesWithVisibleCount {
export interface AccountShowingIds {
readonly accounts: Record<number, string>;
readonly subAccounts: Record<string, string>;
}