From 4945db6b7da47dd4f9a2bb50843f70e94ae05bad Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Fri, 29 Mar 2024 22:08:40 +0800 Subject: [PATCH] [AccountP.h] remove struct members obsolete with 76014f18a0 forgot to remove --- libgnucash/engine/AccountP.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libgnucash/engine/AccountP.h b/libgnucash/engine/AccountP.h index ef9fed9550..39a5b55de0 100644 --- a/libgnucash/engine/AccountP.h +++ b/libgnucash/engine/AccountP.h @@ -135,8 +135,6 @@ typedef struct AccountPrivate LotList *lots; /* list of lot pointers */ GNCPolicy *policy; /* Cached pointer to policy method */ - TriState sort_reversed; - TriState equity_type; char *notes; char *color; char *tax_us_code;