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:
Linas Vepstas 2002-01-02 10:06:26 +00:00
parent c8551bf0b7
commit ae1ac3c14a

View File

@ -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);