summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-08-22 00:52:08 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:33 -0400
commit04dfda2282bfb3686336600cfafd1d9653369445 (patch)
tree9ee02db5c2d33290dfa6060475973f7c378ce643 /config.cc
parentdb0ef2e25731a824aa728315f2f7f6e8a41a5ddf (diff)
downloadfork-ledger-04dfda2282bfb3686336600cfafd1d9653369445.tar.gz
fork-ledger-04dfda2282bfb3686336600cfafd1d9653369445.tar.bz2
fork-ledger-04dfda2282bfb3686336600cfafd1d9653369445.zip
Made separate modules for the csv command, since the prior method was
not fully correct.
Diffstat (limited to 'config.cc')
-rw-r--r--config.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.cc b/config.cc
index 84442df0..847feff7 100644
--- a/config.cc
+++ b/config.cc
@@ -85,7 +85,6 @@ config_t::config_t()
"%32|%-.22A %12.67t %!12.80T\n");
wide_register_format = ("%D %-.35P %-.38A %22.108t %!22.132T\n%/"
"%48|%-.38A %22.108t %!22.132T\n");
- csv_register_format = "\"%D\",\"%P\",\"%A\",\"%t\",\"%T\"\n";
plot_amount_format = "%D %(@S(@t))\n";
plot_total_format = "%D %(@S(@T))\n";
print_format = "\n%d %Y%C%P\n %-34W %12o%n\n%/ %-34W %12o%n\n";