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/gnucash.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/gnucash.h') diff --git a/src/gnucash.h b/src/gnucash.h index 9968707d..087f18a3 100644 --- a/src/gnucash.h +++ b/src/gnucash.h @@ -40,10 +40,7 @@ namespace ledger { struct gnucash_parser_t : public parser_t { typedef std::map accounts_map; - typedef std::pair accounts_pair; - - typedef std::map account_comm_map; - typedef std::pair account_comm_pair; + typedef std::map account_comm_map; journal_t * curr_journal; account_t * master_account; -- cgit v1.2.3