diff options
Diffstat (limited to 'src/format.cc')
-rw-r--r-- | src/format.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/format.cc b/src/format.cc index 43563a2a..335bbc52 100644 --- a/src/format.cc +++ b/src/format.cc @@ -225,12 +225,6 @@ format_t::element_t * format_t::parse_elements(const string& fmt) return result.release(); } -namespace { - inline void mark_plain(std::ostream& out) { - out << "\e[0m"; - } -} - void format_t::format(std::ostream& out_str, scope_t& scope) { for (element_t * elem = elements.get(); elem; elem = elem->next.get()) { |