git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3230 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-12-03 07:50:29 +00:00
parent c8b06c7c46
commit 73837e5670
2 changed files with 5 additions and 5 deletions

View File

@ -44,11 +44,12 @@
#include "config.h"
#include "gnc-numeric.h"
#include "gnc-commodity.h"
#include "kvp_frame.h"
#include "Account.h"
#include "GNCId.h"
#include "Transaction.h"
#include "gnc-commodity.h"
#include "gnc-numeric.h"
#include "kvp_frame.h"
/** STRUCTS *********************************************************/
@ -88,7 +89,7 @@ struct _account {
* intended use is to be a hint to the GUI as to how to display
* and format the transaction data.
*/
short type;
GNCAccountType type;
/* The currency field denotes the default currency in which all
* splits in this account are denominated. The gnc_commodity type

View File

@ -64,7 +64,6 @@ xaccAccountGetBackend (Account * acc)
Backend *
xaccTransactionGetBackend (Transaction *trans)
{
GList *node;
Split *s;
if (!trans) return NULL;