summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-15 04:28:03 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-15 04:34:16 -0400
commit34fcc62b4df50893f66f9fc7ffe64de9149ef534 (patch)
tree06c307313d9ef570409c738b581f70069854dbab /src/report.h
parentd2b333881fc40e713a34d34b79ff66f5aaf3d027 (diff)
downloadfork-ledger-34fcc62b4df50893f66f9fc7ffe64de9149ef534.tar.gz
fork-ledger-34fcc62b4df50893f66f9fc7ffe64de9149ef534.tar.bz2
fork-ledger-34fcc62b4df50893f66f9fc7ffe64de9149ef534.zip
Removed unused --unsorted option
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/report.h b/src/report.h
index 6176c19b..eff375cc 100644
--- a/src/report.h
+++ b/src/report.h
@@ -315,7 +315,6 @@ public:
HANDLER(unrealized_gains_).report(out);
HANDLER(unrealized_losses_).report(out);
HANDLER(unround).report(out);
- HANDLER(unsorted).report(out);
HANDLER(weekly).report(out);
HANDLER(wide).report(out);
HANDLER(yearly).report(out);
@@ -914,8 +913,6 @@ public:
.set_expr(string("--unround"), "unrounded(total_expr)");
});
- OPTION(report_t, unsorted);
-
OPTION_(report_t, weekly, DO() { // -W
parent->HANDLER(period_).on(string("--weekly"), "weekly");
});