diff options
Diffstat (limited to 'lasso/xml/is_interaction_request.c')
-rw-r--r-- | lasso/xml/is_interaction_request.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/lasso/xml/is_interaction_request.c b/lasso/xml/is_interaction_request.c index 691b39e6..cfc08a61 100644 --- a/lasso/xml/is_interaction_request.c +++ b/lasso/xml/is_interaction_request.c @@ -74,18 +74,6 @@ static struct XmlSnippet schema_snippets[] = { /* instance and class init functions */ /*****************************************************************************/ -static void -instance_init(LassoIsInteractionRequest *node) -{ - node->ResourceID = NULL; - node->EncryptedResourceID = NULL; - node->Inquiry = NULL; - /* TODO : KeyInfo */ - node->id = NULL; - node->language = NULL; - node->maxInteractTime = 0; - /* TODO : signed */ -} static void class_init(LassoIsInteractionRequestClass *klass) @@ -113,7 +101,7 @@ lasso_is_interaction_request_get_type() NULL, sizeof(LassoIsInteractionRequest), 0, - (GInstanceInitFunc) instance_init, + NULL, NULL }; |