*** empty log message ***
This commit is contained in:
parent
03b05b44c2
commit
c7bd613d91
1 changed files with 0 additions and 14 deletions
14
reports.cc
14
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));
|
std::strftime(buf, 31, "%m.%d ", std::localtime(&(*i)->date));
|
||||||
out << buf;
|
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);
|
out.width(25);
|
||||||
if ((*i)->desc.empty())
|
if ((*i)->desc.empty())
|
||||||
out << " ";
|
out << " ";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue