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@3230 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c8b06c7c46
commit
73837e5670
@ -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
|
||||
|
@ -64,7 +64,6 @@ xaccAccountGetBackend (Account * acc)
|
||||
Backend *
|
||||
xaccTransactionGetBackend (Transaction *trans)
|
||||
{
|
||||
GList *node;
|
||||
Split *s;
|
||||
|
||||
if (!trans) return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user