From eac84f5e2184cabad709fbb165d58d0b17f791d0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 29 Feb 2012 22:11:40 -0600 Subject: [PATCH] Removed comment that no longer made sense --- src/journal.h | 2 -- 1 file changed, 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);