diff options
-rw-r--r-- | src/journal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/journal.h b/src/journal.h index d7cf94da..70820cbd 100644 --- a/src/journal.h +++ b/src/journal.h @@ -156,8 +156,6 @@ public: return sources.end(); } - // These four methods are delegated to the current session, since all - // accounts processed are gathered together at the session level. void add_account(account_t * acct); bool remove_account(account_t * acct); account_t * find_account(const string& name, bool auto_create = true); |