From c314c97b4badb69113432eb0318909b27653adcf Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 30 May 2007 14:41:35 +0000 Subject: [PATCH] oops bad commit --- src/tree.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tree.c b/src/tree.c index a9ccefe..ad03aa7 100644 --- a/src/tree.c +++ b/src/tree.c @@ -57,9 +57,6 @@ xmlNodePtr tree_get_node(const gchar *path, const gchar *def) if (!c) { gint i; - gchar **attrs; - - attrs = g_strsplit(*it, ":", 0); c = xmlNewTextChild(n, NULL, *it, *next ? NULL : attrs[0]); -- 2.39.2