diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-29 10:17:27 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-29 10:18:52 +0800 |
commit | ad896234368159eccb0067044c9381589ab32ebe (patch) | |
tree | 4f57aaca5e7e5f5ad4cab22838ef05f82eaa3d9a /e-util/e-account-utils.h | |
parent | 3fc0de639b3c1c3dbf91ded59fa365765af7e88e (diff) | |
download | gsoc2013-evolution-ad896234368159eccb0067044c9381589ab32ebe.tar.gz gsoc2013-evolution-ad896234368159eccb0067044c9381589ab32ebe.tar.zst gsoc2013-evolution-ad896234368159eccb0067044c9381589ab32ebe.zip |
Remove e_get_subscribable_accounts().
Another EAccount utility function down...
Diffstat (limited to 'e-util/e-account-utils.h')
-rw-r--r-- | e-util/e-account-utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-account-utils.h b/e-util/e-account-utils.h index 41abcddf4d..d7dbd283fd 100644 --- a/e-util/e-account-utils.h +++ b/e-util/e-account-utils.h @@ -31,7 +31,6 @@ EAccount * e_get_account_by_name (const gchar *name); EAccount * e_get_account_by_uid (const gchar *uid); EAccount * e_get_any_enabled_account (void); EAccount * e_get_default_transport (void); -GList * e_get_subscribable_accounts (CamelSession *session); G_END_DECLS |