summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_authn_response_envelope.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/lib_authn_response_envelope.c')
-rw-r--r--lasso/xml/lib_authn_response_envelope.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lasso/xml/lib_authn_response_envelope.c b/lasso/xml/lib_authn_response_envelope.c
index 95de6ad6..38ab1f16 100644
--- a/lasso/xml/lib_authn_response_envelope.c
+++ b/lasso/xml/lib_authn_response_envelope.c
@@ -48,13 +48,6 @@ static struct XmlSnippet schema_snippets[] = {
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoLibAuthnResponseEnvelope *node)
-{
- node->Extension = NULL;
- node->AuthnResponse = NULL;
- node->AssertionConsumerServiceURL = NULL;
-}
static void
class_init(LassoLibAuthnResponseEnvelopeClass *klass)
@@ -82,7 +75,7 @@ lasso_lib_authn_response_envelope_get_type()
NULL,
sizeof(LassoLibAuthnResponseEnvelope),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};