summaryrefslogtreecommitdiffstats
path: root/lasso/xml/is_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/is_text.c')
-rw-r--r--lasso/xml/is_text.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/lasso/xml/is_text.c b/lasso/xml/is_text.c
index 2f6874d5..83093caa 100644
--- a/lasso/xml/is_text.c
+++ b/lasso/xml/is_text.c
@@ -62,13 +62,6 @@ static struct XmlSnippet schema_snippets[] = {
/* instance and class init functions */
/*****************************************************************************/
-static void
-instance_init(LassoIsText *node)
-{
- node->minChars = 0;
- node->maxChars = 0;
- node->format = NULL;
-}
static void
class_init(LassoIsTextClass *klass)
@@ -96,7 +89,7 @@ lasso_is_text_get_type()
NULL,
sizeof(LassoIsText),
0,
- (GInstanceInitFunc) instance_init,
+ NULL,
NULL
};