diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-04 15:20:14 +0200 |
---|---|---|
committer | Emanuele Aina <emanuele.aina@collabora.com> | 2013-04-04 15:20:49 +0200 |
commit | 9419483e04bfe9f6fba0828bdeed7c260c8a22db (patch) | |
tree | 50f618b54ff9ae2ab5bedb9591b8e6434308d008 /libempathy | |
parent | f5d311ec7a8e609dbd94914e15d2bd983f05224c (diff) | |
download | empathy-9419483e04bfe9f6fba0828bdeed7c260c8a22db.tar.gz |
keyring: Drop legacy function after the libsecret migration
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-keyring.c | 6 | ||||
-rw-r--r-- | libempathy/empathy-keyring.h | 2 |
2 files changed, 0 insertions, 8 deletions
diff --git a/libempathy/empathy-keyring.c b/libempathy/empathy-keyring.c index e7872f1b0..40667342f 100644 --- a/libempathy/empathy-keyring.c +++ b/libempathy/empathy-keyring.c @@ -49,12 +49,6 @@ static const SecretSchema room_keyring_schema = { "room-id", SECRET_SCHEMA_ATTRIBUTE_STRING }, { NULL } } }; -gboolean -empathy_keyring_is_available (void) -{ - return TRUE; -} - /* get */ static void diff --git a/libempathy/empathy-keyring.h b/libempathy/empathy-keyring.h index 6471099f9..8a426a037 100644 --- a/libempathy/empathy-keyring.h +++ b/libempathy/empathy-keyring.h @@ -24,8 +24,6 @@ G_BEGIN_DECLS -gboolean empathy_keyring_is_available (void); - void empathy_keyring_get_account_password_async (TpAccount *account, GAsyncReadyCallback callback, gpointer user_data); |