Removed an unused function

This commit is contained in:
John Wiegley 2009-02-15 19:49:05 -04:00
parent e199e3863c
commit 5516a7ddb5

View file

@ -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()) {