From 8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 12 Feb 2009 04:57:19 -0400 Subject: Restored the "prices" command. --- src/report.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 96965b16..df1186ba 100644 --- a/src/report.h +++ b/src/report.h @@ -123,7 +123,7 @@ public: void xacts_report(xact_handler_ptr handler); void entry_report(xact_handler_ptr handler, entry_t& entry); void accounts_report(acct_handler_ptr handler); - void commodities_report(const string& format); + void commodities_report(xact_handler_ptr handler); void sum_all_accounts(); @@ -394,8 +394,6 @@ public: OPTION(report_t, weekly); // -W OPTION(report_t, wide); // -w OPTION(report_t, wide_register_format_); - OPTION(report_t, write_hdr_format_); - OPTION(report_t, write_xact_format_); OPTION(report_t, yearly); // -Y }; -- cgit v1.2.3