[AccountP.h] remove struct members obsolete with 76014f18a0

forgot to remove
This commit is contained in:
Christopher Lam 2024-03-29 22:08:40 +08:00
parent dc1eb87409
commit 4945db6b7d

View File

@ -135,8 +135,6 @@ typedef struct AccountPrivate
LotList *lots; /* list of lot pointers */ LotList *lots; /* list of lot pointers */
GNCPolicy *policy; /* Cached pointer to policy method */ GNCPolicy *policy; /* Cached pointer to policy method */
TriState sort_reversed;
TriState equity_type;
char *notes; char *notes;
char *color; char *color;
char *tax_us_code; char *tax_us_code;