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:
Linas Vepstas 2001-12-31 21:14:56 +00:00
parent 99be951dbe
commit e9a31cdf8f
2 changed files with 0 additions and 2 deletions

View File

@ -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",

View File

@ -94,7 +94,6 @@ gnc_book_init (GNCBook *book)
book->book_open = 'y';
book->version = 0;
book->version_check = 0;
book->idata = 0;
}