mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
remove dead code
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6479 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c8551bf0b7
commit
ae1ac3c14a
@ -262,10 +262,6 @@ GNCBackendError xaccBackendGetError (Backend *be);
|
||||
/*
|
||||
* The xaccGetAccountBackend() subroutine will find the
|
||||
* persistent-data storage backend associated with this account.
|
||||
* This routine traverses up the account hierarchy until it
|
||||
* finds and account-group node that has a backend associated with
|
||||
* it. The assumption is that all accounts in that account-group
|
||||
* share a common back-end.
|
||||
*
|
||||
* The xaccGetTransactionBackend() subroutine does the same, for a given
|
||||
* transaction.
|
||||
@ -273,14 +269,8 @@ GNCBackendError xaccBackendGetError (Backend *be);
|
||||
|
||||
Backend * xaccAccountGetBackend (Account *account);
|
||||
Backend * xaccTransactionGetBackend (Transaction *trans);
|
||||
|
||||
Backend * xaccGroupGetBackend (AccountGroup *group);
|
||||
Backend * xaccGNCBookGetBackend (GNCBook *book);
|
||||
|
||||
/*
|
||||
* Put a link to the backend that handles this pricedb
|
||||
*/
|
||||
void xaccPriceDBSetBackend (GNCPriceDB *prdb, Backend *be);
|
||||
Backend * xaccPriceDBGetBackend (GNCPriceDB *prdb);
|
||||
|
||||
void xaccInitBackend(Backend *be);
|
||||
|
Loading…
Reference in New Issue
Block a user