summaryrefslogtreecommitdiffstats
path: root/lasso/xml/disco_service_instance.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/disco_service_instance.c')
-rw-r--r--lasso/xml/disco_service_instance.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/lasso/xml/disco_service_instance.c b/lasso/xml/disco_service_instance.c
index eb9b0d7c..8351cd49 100644
--- a/lasso/xml/disco_service_instance.c
+++ b/lasso/xml/disco_service_instance.c
@@ -64,14 +64,6 @@ static struct XmlSnippet schema_snippets[] = {
/*****************************************************************************/
static void
-instance_init(LassoDiscoServiceInstance *node)
-{
- node->ServiceType = NULL;
- node->ProviderID = NULL;
- node->Description = NULL;
-}
-
-static void
class_init(LassoDiscoServiceInstanceClass *klass)
{
LassoNodeClass *nclass = LASSO_NODE_CLASS(klass);
@@ -97,7 +89,7 @@ lasso_disco_service_instance_get_type()
NULL,
sizeof(LassoDiscoServiceInstance),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};