mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
remove un-needed field
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6452 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
99be951dbe
commit
e9a31cdf8f
@ -72,7 +72,6 @@ struct gnc_book_struct
|
||||
|
||||
/* version number, used for tracking multiuser updates */
|
||||
gint32 version;
|
||||
guint32 version_check; /* data aging timestamp */
|
||||
|
||||
/* To be technically correct, backends belong to sessions and
|
||||
* not books. So the pointer below "really shouldn't be here",
|
||||
|
@ -94,7 +94,6 @@ gnc_book_init (GNCBook *book)
|
||||
|
||||
book->book_open = 'y';
|
||||
book->version = 0;
|
||||
book->version_check = 0;
|
||||
book->idata = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user