From 83c93fdb739a014997b142406558e0b70afc56a1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Jun 2009 18:58:37 +0100 Subject: [PATCH] Commented out an internal-only option --- src/report.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/report.cc b/src/report.cc index 6c7a9f39..b016ba95 100644 --- a/src/report.cc +++ b/src/report.cc @@ -592,6 +592,10 @@ option_t * report_t::lookup_option(const char * p) else OPT(related_all); else OPT(revalued); else OPT(revalued_only); +#if 0 + // This option is not available to users + else OPT(revalued_total_); +#endif break; case 's': OPT(set_account_);