summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-06-18 18:58:37 +0100
committerJohn Wiegley <johnw@newartisans.com>2009-06-18 18:58:37 +0100
commit83c93fdb739a014997b142406558e0b70afc56a1 (patch)
tree11b7ab89b3fa5ca3b6c2edb56462b9d9d4d5d8c2 /src
parent269c0ccb7c43220b757e88a0092c2dffe03d1e81 (diff)
downloadfork-ledger-83c93fdb739a014997b142406558e0b70afc56a1.tar.gz
fork-ledger-83c93fdb739a014997b142406558e0b70afc56a1.tar.bz2
fork-ledger-83c93fdb739a014997b142406558e0b70afc56a1.zip
Commented out an internal-only option
Diffstat (limited to 'src')
-rw-r--r--src/report.cc4
1 files changed, 4 insertions, 0 deletions
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> * 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_);