From c1b25fcf8629eca326fe6dd586e4896eeb5f2d45 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 20 Feb 2009 02:53:54 -0400 Subject: Rewrote the equity command, which is working again The old implementation used an account formatter, and was very specialized. The new is done as a transaction filter, and works along with everything else, eliminating bugs special to the equity report. --- src/report.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/report.h') diff --git a/src/report.h b/src/report.h index 0e66ec75..47a073d1 100644 --- a/src/report.h +++ b/src/report.h @@ -354,10 +354,7 @@ public: #endif }); - OPTION__(report_t, equity_format_, CTOR(report_t, equity_format_) { - on("\n%D %Y%C%P\n%/ %-34W %12t\n"); - }); - + OPTION(report_t, equity); OPTION(report_t, flat); OPTION(report_t, forecast_); OPTION(report_t, format_); // -F -- cgit v1.2.3