diff options
Diffstat (limited to 'src/filters.cc')
-rw-r--r-- | src/filters.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filters.cc b/src/filters.cc index fe8761a5..da9e39ae 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -784,7 +784,6 @@ void budget_posts::operator()(post_t& post) if (acct == (*pair.second).reported_account()) { post_in_budget = true; // Report the post as if it had occurred in the parent account. - // jww (2009-10-27): What about calling add_post here? if (post.reported_account() != acct) post.xdata().account = acct; goto handle; |