From 3909d2678ede154f9a7fe19617973d4daa173c47 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Oct 2009 04:50:07 -0400 Subject: Removed most #if 0 blocks and callout comments --- src/session.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/session.cc') diff --git a/src/session.cc b/src/session.cc index 6efc03f2..f3209fe7 100644 --- a/src/session.cc +++ b/src/session.cc @@ -47,8 +47,6 @@ void set_session_context(session_t * session) times_initialize(); amount_t::initialize(session->journal->commodity_pool); - // jww (2009-02-04): Is amount_t the right place for parse_conversion to - // happen? amount_t::parse_conversion("1.0m", "60s"); amount_t::parse_conversion("1.0h", "60m"); -- cgit v1.2.3