summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_conditions.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/saml_conditions.c')
-rw-r--r--lasso/xml/saml_conditions.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lasso/xml/saml_conditions.c b/lasso/xml/saml_conditions.c
index b884593c..765d1604 100644
--- a/lasso/xml/saml_conditions.c
+++ b/lasso/xml/saml_conditions.c
@@ -63,14 +63,6 @@ static struct XmlSnippet schema_snippets[] = {
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoSamlConditions *node)
-{
- node->Condition = NULL;
- node->AudienceRestrictionCondition = NULL;
- node->NotBefore = NULL;
- node->NotOnOrAfter = NULL;
-}
static void
class_init(LassoSamlConditionsClass *klass)
@@ -98,7 +90,7 @@ lasso_saml_conditions_get_type()
NULL,
sizeof(LassoSamlConditions),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};