From c7bd613d91fa9067b413dfba43c3808c3cd50c1c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 10 Apr 2004 09:28:45 +0000 Subject: *** empty log message *** --- reports.cc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/reports.cc b/reports.cc index 150232a6..8e94a5e8 100644 --- a/reports.cc +++ b/reports.cc @@ -217,20 +217,6 @@ void print_register(const std::string& acct_name, std::ostream& out, std::strftime(buf, 31, "%m.%d ", std::localtime(&(*i)->date)); out << buf; -#if 0 - if ((*i)->cleared) - out << "* "; - else - out << " "; - - out.width(4); - if ((*i)->code.empty()) - out << " "; - else - out << std::left << (*i)->code; -#endif - out << " "; - out.width(25); if ((*i)->desc.empty()) out << " "; -- cgit v1.2.3