summaryrefslogtreecommitdiffstats
path: root/lasso/xml/id-wsf-2.0/dstref_query_response.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/id-wsf-2.0/dstref_query_response.c')
-rw-r--r--lasso/xml/id-wsf-2.0/dstref_query_response.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lasso/xml/id-wsf-2.0/dstref_query_response.c b/lasso/xml/id-wsf-2.0/dstref_query_response.c
index 9c8e3748..fccb4c5a 100644
--- a/lasso/xml/id-wsf-2.0/dstref_query_response.c
+++ b/lasso/xml/id-wsf-2.0/dstref_query_response.c
@@ -102,14 +102,6 @@ init_from_xml(LassoNode *node, xmlNode *xmlnode)
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoIdWsf2DstRefQueryResponse *node)
-{
- node->TestResult = NULL;
- node->Data = NULL;
- node->prefixServiceType = NULL;
- node->hrefServiceType = NULL;
-}
static void
class_init(LassoIdWsf2DstRefQueryResponseClass *klass)
@@ -140,7 +132,7 @@ lasso_idwsf2_dstref_query_response_get_type()
NULL,
sizeof(LassoIdWsf2DstRefQueryResponse),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};