summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-04-10 09:28:45 +0000
committerJohn Wiegley <johnw@newartisans.com>2004-04-10 09:28:45 +0000
commitc7bd613d91fa9067b413dfba43c3808c3cd50c1c (patch)
tree0f0e0cee78d09d6fbe919434f1a9ec2e9e9f2792
parent03b05b44c2cfa31c2c7d39da026b2a2c93a02317 (diff)
downloadfork-ledger-c7bd613d91fa9067b413dfba43c3808c3cd50c1c.tar.gz
fork-ledger-c7bd613d91fa9067b413dfba43c3808c3cd50c1c.tar.bz2
fork-ledger-c7bd613d91fa9067b413dfba43c3808c3cd50c1c.zip
*** empty log message ***
-rw-r--r--reports.cc14
1 files changed, 0 insertions, 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 << " ";