diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-22 01:56:01 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-22 04:51:08 -0400 |
commit | cebc1da25604c9142b9bbc479d5b05e7bee062f9 (patch) | |
tree | 0e43135fbfb9ce3ca7bd9f99c706be503d2b3906 /src/chain.cc | |
parent | 3c5b5fbc0a5f7d1652c6b59f2ae324f725662a0e (diff) | |
download | fork-ledger-cebc1da25604c9142b9bbc479d5b05e7bee062f9.tar.gz fork-ledger-cebc1da25604c9142b9bbc479d5b05e7bee062f9.tar.bz2 fork-ledger-cebc1da25604c9142b9bbc479d5b05e7bee062f9.zip |
Restored the --invert option
Diffstat (limited to 'src/chain.cc')
-rw-r--r-- | src/chain.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/chain.cc b/src/chain.cc index 14c07b8c..8d51d11c 100644 --- a/src/chain.cc +++ b/src/chain.cc @@ -143,10 +143,6 @@ xact_handler_ptr chain_xact_handlers(report_t& report, handler.reset(new sort_xacts(handler, "date")); } - // invert_xacts inverts the value of the xacts it receives. - if (report.HANDLED(invert)) - handler.reset(new invert_xacts(handler)); - // related_xacts will pass along all xacts related to the xact received. If // the `related_all' handler is on, then all the entry's xacts are passed; // meaning that if one xact of an entry is to be printed, all the xact for |