aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-keyring.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-keyring.c b/libempathy/empathy-keyring.c
index 55ddd1f69..f3d523e54 100644
--- a/libempathy/empathy-keyring.c
+++ b/libempathy/empathy-keyring.c
@@ -145,7 +145,6 @@ empathy_keyring_set_password_async (TpAccount *account,
g_return_if_fail (TP_IS_ACCOUNT (account));
g_return_if_fail (password != NULL);
- g_return_if_fail (callback != NULL);
simple = g_simple_async_result_new (G_OBJECT (account), callback,
user_data, empathy_keyring_set_password_async);
@@ -243,7 +242,6 @@ empathy_keyring_delete_password_async (TpAccount *account,
const gchar *account_id;
g_return_if_fail (TP_IS_ACCOUNT (account));
- g_return_if_fail (callback != NULL);
simple = g_simple_async_result_new (G_OBJECT (account), callback,
user_data, empathy_keyring_delete_password_async);