summaryrefslogtreecommitdiffstats
path: root/lasso/xml/id-wsf-2.0/util_response.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/id-wsf-2.0/util_response.c')
-rw-r--r--lasso/xml/id-wsf-2.0/util_response.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lasso/xml/id-wsf-2.0/util_response.c b/lasso/xml/id-wsf-2.0/util_response.c
index de27cdb8..bf5a7a79 100644
--- a/lasso/xml/id-wsf-2.0/util_response.c
+++ b/lasso/xml/id-wsf-2.0/util_response.c
@@ -73,9 +73,6 @@ static LassoNodeClass *parent_class = NULL;
static void
instance_init(LassoIdWsf2UtilResponse *node)
{
- node->Status = NULL;
- node->Extension = NULL;
- node->itemIDRef = NULL;
node->attributes = g_hash_table_new_full(
g_str_hash, g_str_equal, g_free, g_free);
}