From 34fcc62b4df50893f66f9fc7ffe64de9149ef534 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 15 Jun 2010 04:28:03 -0400 Subject: Removed unused --unsorted option --- src/report.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src/report.cc') diff --git a/src/report.cc b/src/report.cc index f7455440..9626283a 100644 --- a/src/report.cc +++ b/src/report.cc @@ -1040,7 +1040,6 @@ option_t * report_t::lookup_option(const char * p) else OPT(unrealized_gains_); else OPT(unrealized_losses_); else OPT(unround); - else OPT(unsorted); break; case 'w': OPT(weekly); -- cgit v1.2.3