From 5516a7ddb55e538ff0b0be296008fa28eeb80dae Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 15 Feb 2009 19:49:05 -0400 Subject: Removed an unused function --- src/format.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/format.cc') 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()) { -- cgit v1.2.3