From: Dana Jansens Date: Wed, 30 May 2007 14:41:35 +0000 (+0000) Subject: oops bad commit X-Git-Tag: release-2.0.2~139 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c314c97b4badb69113432eb0318909b27653adcf;p=dana%2Fobconf.git oops bad commit --- 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]);