summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/report.h b/src/report.h
index 2654d7c6..d8796741 100644
--- a/src/report.h
+++ b/src/report.h
@@ -149,8 +149,6 @@ public:
bool entry_sort;
bool sort_all;
bool anonymize;
- bool use_effective_date;
-
string account;
optional<path> pager_path;
@@ -186,7 +184,6 @@ public:
entry_sort(false),
sort_all(false),
anonymize(false),
- use_effective_date(false),
raw_mode(false),
@@ -277,7 +274,7 @@ public:
// Report filtering
value_t option_effective(call_scope_t& args) {
- use_effective_date = true;
+ item_t::use_effective_date = true;
}
#endif