From a8d8cf54fda4373b8ac2c1623fcc73705d48d9a8 Mon Sep 17 00:00:00 2001 From: Alexander Akimov Date: Fri, 16 Apr 2010 10:19:16 +0300 Subject: [PATCH] redundant argument --- libsignon-glib/signon-identity.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libsignon-glib/signon-identity.h b/libsignon-glib/signon-identity.h index e55febe..5e0d6b9 100644 --- a/libsignon-glib/signon-identity.h +++ b/libsignon-glib/signon-identity.h @@ -93,7 +93,6 @@ typedef void (*SignonIdentityStoreCredentialsCb) (SignonIdentity *self, * or just simple signon_identity_store_credentials * */ void signon_identity_store_credentials_with_info(SignonIdentity *self, - const gint id, const SignonIdentityInfo *info, const gboolean store_secret, const GHashTable *methods, @@ -109,7 +108,6 @@ void signon_identity_store_credentials_with_info(SignonIdentity *self, * or just simple signon_identity_store_credentials * */ void signon_identity_store_credentials_with_args(SignonIdentity *self, - const gint id, const gchar *username, const gchar *secret, const gboolean store_secret, -- 2.7.4