From 2d941730b1c60342be5b108d2d654723b3b7c2cb Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 4 Feb 2009 19:55:27 -0400 Subject: Largely removed all of Ledger's use of global variables, for the REPL's sake. --- src/format.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index 439cb70b..66c226b2 100644 --- a/src/format.h +++ b/src/format.h @@ -169,13 +169,6 @@ public: }; private: - // jww (2008-08-02): Should these four be here, or in session_t? - static elision_style_t elision_style; - static int abbrev_length; - - static bool ansi_codes; - static bool ansi_invert; - static element_t * parse_elements(const string& fmt); friend class report_t; @@ -207,7 +200,7 @@ public: } static string truncate(const unistring& str, std::size_t width, - const bool is_account = false); + const int account_abbrev_length = -1); }; } // namespace ledger -- cgit v1.2.3