Skip to content

Commit d413997

Browse files
[gnc-ui-balances.h] remove function decl, forgotten in f813f7c
1 parent ac92388 commit d413997

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

libgnucash/app-utils/gnc-ui-balances.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,6 @@ gchar * gnc_ui_owner_get_print_balance (GncOwner *owner,
150150
gchar * gnc_ui_owner_get_print_report_balance (GncOwner *owner,
151151
gboolean *negative);
152152

153-
/** Account splits are analysed; attempts to find a unique combination
154-
* of uncleared splits which would set cleared balance to
155-
* toclear_value. If this is not possible, *errmsg will be error
156-
* message. errmsg must be a pointer to a gchar. If it is set, it
157-
* must be freed by the caller.
158-
*/
159-
GList * gnc_account_get_autoclear_splits (Account *account, gnc_numeric toclear_value,
160-
gchar **errmsg);
161-
162153
/** Test the account balance as of today for it passing the
163154
* higher limit if set.
164155
*

0 commit comments

Comments
 (0)