From ba8981a3f63ed945a6bd4bf6fe52057079d6dfd2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 20 Feb 2005 01:07:58 +0000 Subject: Removed the --reconcilable option, since the pending flag is now being used. --- config.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.cc') 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 = ""; -} OPT_END(reconcilable); - OPT_BEGIN(reconcile_date, ":") { config.reconcile_date = optarg; } OPT_END(reconcile_date); -- cgit v1.2.3