mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
cleanup
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1255 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bec8f3091a
commit
611343e201
@ -78,9 +78,10 @@ void xaccZeroRunningBalances (Account **list);
|
||||
|
||||
/* The xaccConsolidateTransactions() subroutine scans through
|
||||
* all of the transactions in an account, and compares them.
|
||||
* if any of them are exact duplicates, the duplicates are removed.
|
||||
* If any of them are exact duplicates, the duplicates are removed.
|
||||
* duplicates may occur when accounts from multiple sources are
|
||||
* merged. Note that this can be a dangerous operation to perform.
|
||||
* merged. Note that this can be a dangerous operation to perform,
|
||||
* as it may remove transactions that were not true duplicatees ...
|
||||
*/
|
||||
|
||||
void xaccConsolidateTransactions (Account *);
|
||||
|
Loading…
Reference in New Issue
Block a user