From 42298cefd5ae0b4f25d4075dc19486f2782f69f1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 14 Aug 2004 00:29:52 -0400 Subject: optimized printing of amounts --- balance.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'balance.h') diff --git a/balance.h b/balance.h index 888dd13e..5390a15e 100644 --- a/balance.h +++ b/balance.h @@ -333,14 +333,11 @@ class balance_t } amount_t amount(const commodity_t * commodity = NULL) const; -#if 0 - balance_t round() const; -#endif balance_t value(const std::time_t moment) const; - void write(std::ostream& out, - const int first_width, - const int latter_width = -1) const; + void write(std::ostream& out, + const int first_width, + const int latter_width = -1) const; }; inline balance_t abs(const balance_t& bal) { -- cgit v1.2.3