mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove unused routine. PG compiles again.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8583 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
914af285c4
commit
55f6d622a6
@ -197,23 +197,6 @@ pgendSplitLookup (PGBackend *be, const GUID *split_guid)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
GNCPrice *
|
||||
pgendPriceLookup (PGBackend *be, const GUID *price_guid)
|
||||
{
|
||||
GList *node;
|
||||
GNCPrice * price = NULL;
|
||||
|
||||
ENTER("guid = %s", guid_to_string(price_guid));
|
||||
for (node=be->blist; node; node=node->next)
|
||||
{
|
||||
GNCBook *book = node->data;
|
||||
price = gnc_price_lookup (price_guid, book);
|
||||
if (price) { LEAVE("price = %p", price); return price; }
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
GNCIdType
|
||||
pgendGUIDType (PGBackend *be, const GUID *guid)
|
||||
{
|
||||
|
@ -124,7 +124,6 @@ Backend * pgendNew (void);
|
||||
Account * pgendAccountLookup (PGBackend *be, const GUID *acct_guid);
|
||||
Transaction * pgendTransLookup (PGBackend *be, const GUID *txn_guid);
|
||||
Split * pgendSplitLookup (PGBackend *be, const GUID *split_guid);
|
||||
GNCPrice * pgendPriceLookup (PGBackend *be, const GUID *price_guid);
|
||||
GNCIdType pgendGUIDType (PGBackend *be, const GUID *guid);
|
||||
|
||||
void pgendDisable (PGBackend *be);
|
||||
|
Loading…
Reference in New Issue
Block a user