From 043e682872b382312e0dc58c197ce452b1cf6766 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 16 Sep 2011 09:12:03 +0200 Subject: Remove left over debug g_warning... and the cause of compilation problems. (bzr r10631) --- src/xml/repr-css.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/xml/repr-css.cpp') diff --git a/src/xml/repr-css.cpp b/src/xml/repr-css.cpp index 8e8042dfd..7db1e8b86 100644 --- a/src/xml/repr-css.cpp +++ b/src/xml/repr-css.cpp @@ -232,7 +232,6 @@ sp_repr_css_write_string(SPCSSAttr *css) } } else { buffer.append(iter->value); // unquoted - g_warning("sp_repr_css_write_string: %s %s", g_quark_to_string(iter->key), iter->value.pointer() ); } if (rest(iter)) { @@ -316,7 +315,7 @@ sp_repr_css_merge_from_decl(SPCSSAttr *css, CRDeclaration const *const decl) Inkscape::CSSOStringStream os; if( number_valid ) os << number; if( character_valid ) os << characters; - + ((Node *) css)->setAttribute(decl->property->stryng->str, os.str().c_str(), false); g_free(value_unquoted); g_free(str_value); -- cgit v1.2.3