From 75b7294a6db10e7f7b18b6aeef1aa0f568124a1d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 7 Mar 2010 22:47:07 -0500 Subject: Rewrite the "print" command as a custom function There ended up being too many corner cases for the generalized formatter to handle. --- src/output.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h index 7af88707..7618e567 100644 --- a/src/output.h +++ b/src/output.h @@ -63,11 +63,9 @@ protected: format_t prepend_format; xact_t * last_xact; post_t * last_post; - bool print_raw; public: format_posts(report_t& _report, const string& format, - bool _print_raw = false, const optional& _prepend_format = none); virtual ~format_posts() { TRACE_DTOR(format_posts); -- cgit v1.2.3