gnucash stable: Multiple changes pushed
Christopher Lam
clam at code.gnucash.org
Fri Mar 29 10:25:24 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/7107c2e1 (commit)
via https://github.com/Gnucash/gnucash/commit/4945db6b (commit)
from https://github.com/Gnucash/gnucash/commit/dc1eb874 (commit)
commit 7107c2e1a2b568356fe61a8180d5551e8a0dc40b
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri Mar 29 22:09:00 2024 +0800
[import-main-matcher.cpp] remove unnecessary #include "SplitP.h"
diff --git a/gnucash/import-export/import-main-matcher.cpp b/gnucash/import-export/import-main-matcher.cpp
index 8eb59f6020..8a234d3bc2 100644
--- a/gnucash/import-export/import-main-matcher.cpp
+++ b/gnucash/import-export/import-main-matcher.cpp
@@ -59,7 +59,6 @@
#include "guid.h"
#include "gnc-session.h"
#include "Query.h"
-#include "SplitP.h"
#define GNC_PREFS_GROUP "dialogs.import.generic.transaction-list"
#define IMPORT_MAIN_MATCHER_CM_CLASS "transaction-matcher-dialog"
commit 4945db6b7da47dd4f9a2bb50843f70e94ae05bad
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Fri Mar 29 22:08:40 2024 +0800
[AccountP.h] remove struct members obsolete with 76014f18a0
forgot to remove
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;
Summary of changes:
gnucash/import-export/import-main-matcher.cpp | 1 -
libgnucash/engine/AccountP.h | 2 --
2 files changed, 3 deletions(-)
More information about the gnucash-changes
mailing list