From 0e2a3a9c0053a7f091a8b941a452120b6066b761 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Feb 2009 04:06:58 -0400 Subject: Moved much of the main.cc code into a new global_scope_t class. --- src/work.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/work.h') diff --git a/src/work.h b/src/work.h index 7303b661..e52093ef 100644 --- a/src/work.h +++ b/src/work.h @@ -49,7 +49,6 @@ strings_list read_command_arguments(scope_t& scope, strings_list args); void normalize_session_options(session_t& session); function_t look_for_precommand(scope_t& scope, const string& verb); function_t look_for_command(scope_t& scope, const string& verb); -void read_journal_files(session_t& session, const string& account); void normalize_report_options(report_t& report, const string& verb); } // namespace ledger -- cgit v1.2.3