gnucash stable: [gnc-ui-balances.h] remove function decl, forgotten in f813f7cd14

Christopher Lam clam at code.gnucash.org
Sun Nov 9 02:25:15 EST 2025


Updated	 via  https://github.com/Gnucash/gnucash/commit/d413997f (commit)
	from  https://github.com/Gnucash/gnucash/commit/ac92388c (commit)



commit d413997f503d8aa37f4f1308b609d34504557c25
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Nov 9 14:50:07 2025 +0800

    [gnc-ui-balances.h] remove function decl, forgotten in f813f7cd14

diff --git a/libgnucash/app-utils/gnc-ui-balances.h b/libgnucash/app-utils/gnc-ui-balances.h
index 376ce8817f..5dd90a0f51 100644
--- a/libgnucash/app-utils/gnc-ui-balances.h
+++ b/libgnucash/app-utils/gnc-ui-balances.h
@@ -150,15 +150,6 @@ gchar * gnc_ui_owner_get_print_balance (GncOwner *owner,
 gchar * gnc_ui_owner_get_print_report_balance (GncOwner *owner,
         gboolean *negative);
 
-/** Account splits are analysed; attempts to find a unique combination
- *  of uncleared splits which would set cleared balance to
- *  toclear_value. If this is not possible, *errmsg will be error
- *  message. errmsg must be a pointer to a gchar. If it is set, it
- *  must be freed by the caller.
- */
-GList * gnc_account_get_autoclear_splits (Account *account, gnc_numeric toclear_value,
-                                          gchar **errmsg);
-
 /** Test the account balance as of today for it passing the
  *  higher limit if set.
  *



Summary of changes:
 libgnucash/app-utils/gnc-ui-balances.h | 9 ---------
 1 file changed, 9 deletions(-)



More information about the gnucash-changes mailing list