diff options
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_); |