aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-account-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-06 23:33:37 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-06 23:35:16 +0800
commit65f2472d6acb70c98cc2014b02b242f58f63d4fc (patch)
treefdb0cd43febb500fb07977e6791027a6ca63d9b8 /e-util/e-account-utils.h
parent49c833b128823ffc7bf8c3ad68ec3fc656e76464 (diff)
downloadgsoc2013-evolution-65f2472d6acb70c98cc2014b02b242f58f63d4fc.tar
gsoc2013-evolution-65f2472d6acb70c98cc2014b02b242f58f63d4fc.tar.gz
gsoc2013-evolution-65f2472d6acb70c98cc2014b02b242f58f63d4fc.tar.bz2
gsoc2013-evolution-65f2472d6acb70c98cc2014b02b242f58f63d4fc.tar.lz
gsoc2013-evolution-65f2472d6acb70c98cc2014b02b242f58f63d4fc.tar.xz
gsoc2013-evolution-65f2472d6acb70c98cc2014b02b242f58f63d4fc.tar.zst
gsoc2013-evolution-65f2472d6acb70c98cc2014b02b242f58f63d4fc.zip
Remove e_get_account_by_source_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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-account-utils.h b/e-util/e-account-utils.h
index d5a4625ecb..41abcddf4d 100644
--- a/e-util/e-account-utils.h
+++ b/e-util/e-account-utils.h
@@ -29,7 +29,6 @@ EAccount * e_get_default_account (void);
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_any_enabled_account (void);
EAccount * e_get_default_transport (void);
GList * e_get_subscribable_accounts (CamelSession *session);