From d8498372037a4d0c272547ae48046b2182bcd4b1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 7 May 2007 10:27:21 +0000 Subject: Major restructuring of the value_t class. --- src/ofx.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/ofx.cc') diff --git a/src/ofx.cc b/src/ofx.cc index d99be262..24be9409 100644 --- a/src/ofx.cc +++ b/src/ofx.cc @@ -33,11 +33,8 @@ namespace ledger { -typedef std::map accounts_map; -typedef std::pair accounts_pair; - -typedef std::map commodities_map; -typedef std::pair commodities_pair; +typedef std::map accounts_map; +typedef std::map commodities_map; journal_t * curr_journal; accounts_map ofx_accounts; -- cgit v1.2.3