summaryrefslogtreecommitdiffstats
path: root/lasso/xml/dst_modify_response.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/dst_modify_response.c')
-rw-r--r--lasso/xml/dst_modify_response.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/lasso/xml/dst_modify_response.c b/lasso/xml/dst_modify_response.c
index 75cb2b95..3b2b5822 100644
--- a/lasso/xml/dst_modify_response.c
+++ b/lasso/xml/dst_modify_response.c
@@ -111,12 +111,6 @@ init_from_xml(LassoNode *node, xmlNode *xmlnode)
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoDstModifyResponse *node)
-{
- node->prefixServiceType = NULL;
- node->hrefServiceType = NULL;
-}
static void
class_init(LassoDstModifyResponseClass *klass)
@@ -146,7 +140,7 @@ lasso_dst_modify_response_get_type()
NULL,
sizeof(LassoDstModifyResponse),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};