Collapse the various "idata" fields into a single field attached to

the QofInstance object.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16042 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton
2007-05-03 03:56:31 +00:00
parent cad2164810
commit 9ec864163d
17 changed files with 120 additions and 102 deletions

View File

@@ -125,10 +125,6 @@ struct split_s
gnc_numeric balance;
gnc_numeric cleared_balance;
gnc_numeric reconciled_balance;
/* -------------------------------------------------------------- */
/* Backend private expansion data */
guint32 idata; /* used by the sql backend for kvp management */
};
struct _SplitClass