diff options
Diffstat (limited to 'libempathy/empathy-account-settings.h')
-rw-r--r-- | libempathy/empathy-account-settings.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libempathy/empathy-account-settings.h b/libempathy/empathy-account-settings.h index 1ce3f53c0..d3276e1a5 100644 --- a/libempathy/empathy-account-settings.h +++ b/libempathy/empathy-account-settings.h @@ -181,16 +181,6 @@ gboolean empathy_account_settings_is_valid (EmpathyAccountSettings *settings); const TpConnectionManagerProtocol * empathy_account_settings_get_tp_protocol ( EmpathyAccountSettings *settings); -const gchar *empathy_account_settings_get_storage_provider ( - EmpathyAccountSettings *self); -const GValue *empathy_account_settings_get_storage_identifier ( - EmpathyAccountSettings *self); -GHashTable *empathy_account_settings_get_storage_specific_information ( - EmpathyAccountSettings *self); -TpStorageRestrictionFlags empathy_account_settings_get_storage_restrictions ( - EmpathyAccountSettings *self); - - G_END_DECLS #endif /* #ifndef __EMPATHY_ACCOUNT_SETTINGS_H__*/ |