Removed comment that no longer made sense
This commit is contained in:
parent
a3f6655a4a
commit
eac84f5e21
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue