diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-03 04:09:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-03 04:09:12 +0800 |
commit | 18d8b5f73dcef5d6f3c1fdd02d168cf90762bb75 (patch) | |
tree | 5eacc41211b6e421ffb6db2bd15768df8171400c /e-util/e-account-utils.h | |
parent | 7c8489e9d644c5e101a5c74bbc393868d957532a (diff) | |
download | gsoc2013-evolution-18d8b5f73dcef5d6f3c1fdd02d168cf90762bb75.tar.gz gsoc2013-evolution-18d8b5f73dcef5d6f3c1fdd02d168cf90762bb75.tar.zst gsoc2013-evolution-18d8b5f73dcef5d6f3c1fdd02d168cf90762bb75.zip |
Remove e_get_account_by_transport_url().
Function is no longer used, or wanted.
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 ae148cdb36..d5a4625ecb 100644 --- a/e-util/e-account-utils.h +++ b/e-util/e-account-utils.h @@ -30,7 +30,6 @@ void e_set_default_account (EAccount *account); EAccount * e_get_account_by_name (const gchar *name); EAccount * e_get_account_by_uid (const gchar *uid); EAccount * e_get_account_by_source_url (const gchar *source_url); -EAccount * e_get_account_by_transport_url (const gchar *transport_url); EAccount * e_get_any_enabled_account (void); EAccount * e_get_default_transport (void); GList * e_get_subscribable_accounts (CamelSession *session); |