summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_authentication_statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/saml_authentication_statement.c')
-rw-r--r--lasso/xml/saml_authentication_statement.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lasso/xml/saml_authentication_statement.c b/lasso/xml/saml_authentication_statement.c
index a39c9758..c24012f3 100644
--- a/lasso/xml/saml_authentication_statement.c
+++ b/lasso/xml/saml_authentication_statement.c
@@ -69,14 +69,6 @@ static struct XmlSnippet schema_snippets[] = {
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoSamlAuthenticationStatement *node)
-{
- node->SubjectLocality = NULL;
- node->AuthorityBinding = NULL;
- node->AuthenticationMethod = NULL;
- node->AuthenticationInstant = NULL;
-}
static void
class_init(LassoSamlAuthenticationStatementClass *klass)
@@ -104,7 +96,7 @@ lasso_saml_authentication_statement_get_type()
NULL,
sizeof(LassoSamlAuthenticationStatement),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};