diff options
author | CandyAngel <candyangel@electricjungle.org> | 2020-03-31 12:47:53 +0100 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2020-04-03 08:40:25 +0800 |
commit | 43b07fbab3b4c144eca4a771524e59c531ffa074 (patch) | |
tree | 3a5433652386149a73328058716dbb09deb8aa8f /src/journal.h | |
parent | 0703956e78d1d0352e69273295a0301586f86ca8 (diff) | |
download | fork-ledger-43b07fbab3b4c144eca4a771524e59c531ffa074.tar.gz fork-ledger-43b07fbab3b4c144eca4a771524e59c531ffa074.tar.bz2 fork-ledger-43b07fbab3b4c144eca4a771524e59c531ffa074.zip |
Make explicit option a no-op
Fixes #1877
Diffstat (limited to 'src/journal.h')
-rw-r--r-- | src/journal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/journal.h b/src/journal.h index 0b0c7850..3203d3c9 100644 --- a/src/journal.h +++ b/src/journal.h @@ -110,12 +110,7 @@ public: std::list<fileinfo_t> sources; std::set<string> known_payees; std::set<string> known_tags; - bool fixed_accounts; - bool fixed_payees; - bool fixed_commodities; - bool fixed_metadata; bool was_loaded; - bool force_checking; bool check_payees; bool day_break; bool recursive_aliases; |