summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_assertion.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/lib_assertion.c')
-rw-r--r--lasso/xml/lib_assertion.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lasso/xml/lib_assertion.c b/lasso/xml/lib_assertion.c
index e1772ca8..b00412c5 100644
--- a/lasso/xml/lib_assertion.c
+++ b/lasso/xml/lib_assertion.c
@@ -71,11 +71,6 @@ static struct XmlSnippet schema_snippets[] = {
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoLibAssertion *node)
-{
- node->InResponseTo = NULL;
-}
static void
class_init(LassoLibAssertionClass *klass)
@@ -103,7 +98,7 @@ lasso_lib_assertion_get_type()
NULL,
sizeof(LassoLibAssertion),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};