summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-20 01:07:58 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:05 -0400
commitba8981a3f63ed945a6bd4bf6fe52057079d6dfd2 (patch)
tree7efccf8c32dda64a4b61ff996ba908550546825a /config.cc
parent57b470be97f17a0c520e6bc89318b5006d1b1e7e (diff)
downloadfork-ledger-ba8981a3f63ed945a6bd4bf6fe52057079d6dfd2.tar.gz
fork-ledger-ba8981a3f63ed945a6bd4bf6fe52057079d6dfd2.tar.bz2
fork-ledger-ba8981a3f63ed945a6bd4bf6fe52057079d6dfd2.zip
Removed the --reconcilable option, since the pending flag is now being
used.
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);