summaryrefslogtreecommitdiff
path: root/src/format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format.h')
-rw-r--r--src/format.h9
1 files changed, 1 insertions, 8 deletions
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