From 946534b102da5bd9bc1e26e1c0f3869dc81457d7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 4 Jun 2010 02:23:04 -0400 Subject: A little bit of code cleanup --- src/amount.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/amount.h') diff --git a/src/amount.h b/src/amount.h index 1ac4b37e..49f33417 100644 --- a/src/amount.h +++ b/src/amount.h @@ -62,7 +62,6 @@ namespace ledger { class commodity_t; class annotation_t; class keep_details_t; -class commodity_pool_t; DECLARE_EXCEPTION(amount_error, std::runtime_error); @@ -514,7 +513,7 @@ public: amount's commodity: commodity() returns an amount's commodity. If the amount has no - commodity, the value returned is `current_pool->null_commodity'. + commodity, the value returned is the `null_commodity'. has_commodity() returns true if the amount has a commodity. -- cgit v1.2.3