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/output.h | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 7019b7b2..f638f4de 100644 --- a/src/output.h +++ b/src/output.h @@ -192,29 +192,6 @@ public: virtual void operator()(account_t& account); }; -/** - * @brief Brief - * - * Long. - */ -class format_equity : public format_accounts -{ - format_t first_line_format; - format_t next_lines_format; - - mutable value_t total; - - public: - format_equity(report_t& _report, - const string& _format); - virtual ~format_equity() { - TRACE_DTOR(format_equity); - } - - virtual void post_account(account_t& account); - virtual void flush(); -}; - } // namespace ledger #endif // _OUTPUT_H -- cgit v1.2.3