Removed comment that no longer made sense

This commit is contained in:
John Wiegley 2012-02-29 22:11:40 -06:00
parent a3f6655a4a
commit eac84f5e21

View file

@ -156,8 +156,6 @@ public:
return sources.end(); 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); void add_account(account_t * acct);
bool remove_account(account_t * acct); bool remove_account(account_t * acct);
account_t * find_account(const string& name, bool auto_create = true); account_t * find_account(const string& name, bool auto_create = true);