diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/report.cc | 4 | ||||
-rw-r--r-- | src/report.h | 1 |
2 files changed, 1 insertions, 4 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_); diff --git a/src/report.h b/src/report.h index 8fd28ff9..84f120df 100644 --- a/src/report.h +++ b/src/report.h @@ -461,7 +461,6 @@ public: }); OPTION(report_t, percentage); // -% - OPTION(report_t, performance); // -g OPTION__ (report_t, period_, // -p |