diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-24 03:47:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-24 03:47:23 -0400 |
commit | ecf03b96a75db6484bd16c10fb4dbc73a459a93a (patch) | |
tree | 1cdcae637a10a5d701b0d4f39134237588dcc478 /src/report.cc | |
parent | 48a8bbc0ee244913b2972fbbdcc896e5a585dbb8 (diff) | |
download | fork-ledger-ecf03b96a75db6484bd16c10fb4dbc73a459a93a.tar.gz fork-ledger-ecf03b96a75db6484bd16c10fb4dbc73a459a93a.tar.bz2 fork-ledger-ecf03b96a75db6484bd16c10fb4dbc73a459a93a.zip |
Removed the largely useless --performance option
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/report.cc b/src/report.cc index 316aa89b..dfbbf65b 100644 --- a/src/report.cc +++ b/src/report.cc @@ -447,8 +447,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) else OPT_ALT(head_, first_); break; case 'g': - OPT_CH(performance); - else OPT(gain); + OPT(gain); break; case 'h': OPT(head_); @@ -485,7 +484,6 @@ option_t<report_t> * report_t::lookup_option(const char * p) else OPT(payee_as_account); else OPT(pending); else OPT(percentage); - else OPT(performance); else OPT_(period_); else OPT(period_sort_); else OPT(plot_amount_format_); |