X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-account-mgr-helpers.h;h=86224ba1ef57a9b254b664fcfa5bd207f8adff73;hb=22c65ebfd20d1203fd9500498205e8ab755298b9;hp=c4411ddef515ba755f0254b7eb7477c7343b6998;hpb=b54ca9c03e98c7cf3baa11d452cee75f6bb79d9c;p=modest diff --git a/src/modest-account-mgr-helpers.h b/src/modest-account-mgr-helpers.h index c4411dd..86224ba 100644 --- a/src/modest-account-mgr-helpers.h +++ b/src/modest-account-mgr-helpers.h @@ -41,7 +41,6 @@ G_BEGIN_DECLS typedef struct { - TnyAccount *tny_account; gchar *account_name; gchar *hostname; gchar *username; @@ -113,8 +112,6 @@ gboolean modest_account_mgr_set_default_account (ModestAccountMgr *self, void modest_account_mgr_free_account_data (ModestAccountMgr *self, ModestAccountData *data); - - /** * modest_account_mgr_set_enabled * @self: a ModestAccountMgr instance @@ -140,22 +137,6 @@ gboolean modest_account_mgr_set_enabled (ModestAccountMgr *self, const gchar* na gboolean modest_account_mgr_get_enabled (ModestAccountMgr *self, const gchar* name); - -/** - * modest_account_mgr_get_tny_account: - * @self: a #ModestAccountMgr instance - * @name: the account name - * @type: the #TnyAccountType to check; either TNY_ACCOUNT_TYPE_TRANSPORT or TNY_ACCOUNT_TYPE_STORE - * - * get the TnyAccount corresponding to the store/transport (server) accounts for some account. - * ie., every account has two server accounts, and for every server account there is a corresponding - * TnyAccount - * - * Returns: the requested TnyAccount, or NULL in case of error - */ -TnyAccount* modest_account_mgr_get_tny_account (ModestAccountMgr *self, const gchar* name, - TnyAccountType type); - /** * modest_account_mgr_get_from_string * @self: a #ModestAccountMgr instance