diff options
author | John Wiegley <johnw@newartisans.com> | 2006-08-22 00:52:08 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:33 -0400 |
commit | 04dfda2282bfb3686336600cfafd1d9653369445 (patch) | |
tree | 9ee02db5c2d33290dfa6060475973f7c378ce643 /config.h | |
parent | db0ef2e25731a824aa728315f2f7f6e8a41a5ddf (diff) | |
download | fork-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.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ class config_t std::string balance_format; std::string register_format; std::string wide_register_format; - std::string csv_register_format; std::string plot_amount_format; std::string plot_total_format; std::string print_format; |