summaryrefslogtreecommitdiff
path: root/src/account.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-10-27 05:22:03 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-10-27 05:22:03 -0400
commit20e6451ff14c4496e04b39b69c825acfd9af5eac (patch)
tree7e1251eb7a508589ca5f9eade0dae02738a8ec34 /src/account.h
parentddfd00afe17393f5b33a9288990a649e3cfcc0ab (diff)
downloadfork-ledger-20e6451ff14c4496e04b39b69c825acfd9af5eac.tar.gz
fork-ledger-20e6451ff14c4496e04b39b69c825acfd9af5eac.tar.bz2
fork-ledger-20e6451ff14c4496e04b39b69c825acfd9af5eac.zip
Removed two invalid comments
Diffstat (limited to 'src/account.h')
-rw-r--r--src/account.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/account.h b/src/account.h
index 56c0c72b..d860d955 100644
--- a/src/account.h
+++ b/src/account.h
@@ -140,7 +140,6 @@ class account_t : public scope_t
bool calculated;
bool gathered;
- // The following are only calculated if --totals is enabled
std::size_t posts_count;
std::size_t posts_virtuals_count;
std::size_t posts_cleared_count;
@@ -155,7 +154,6 @@ class account_t : public scope_t
std::size_t last_size;
- // The following are only calculated if --gather is enabled
std::set<path> filenames;
std::set<string> accounts_referenced;
std::set<string> payees_referenced;