summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'config.cc')
-rw-r--r--config.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.cc b/config.cc
index 437f90e0..00d800be 100644
--- a/config.cc
+++ b/config.cc
@@ -834,10 +834,6 @@ OPT_BEGIN(reconcile, ":") {
config.reconcile_balance = optarg;
} OPT_END(reconcile);
-OPT_BEGIN(reconcilable, "") {
- config.reconcile_balance = "<all>";
-} OPT_END(reconcilable);
-
OPT_BEGIN(reconcile_date, ":") {
config.reconcile_date = optarg;
} OPT_END(reconcile_date);