From 5e6745da63bc715ca8e52ad859971ac669226951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Tue, 27 Mar 2018 16:45:22 -0300 Subject: Minor cleanup of warnings. No functional change. --- src/splivarot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/splivarot.cpp') diff --git a/src/splivarot.cpp b/src/splivarot.cpp index 2a4ac9c34..ff5ea8d78 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -1408,7 +1408,7 @@ sp_item_path_outline(SPItem *item, SPDesktop *desktop, bool legacy) //The fill Inkscape::XML::Node *fill = NULL; if (!legacy) { - gchar const *f_val = sp_repr_css_property(ncsf, "fill", NULL); +// gchar const *f_val = sp_repr_css_property(ncsf, "fill", NULL); if( !item->style->fill.noneSet ){ fill = xml_doc->createElement("svg:path"); sp_repr_css_change(fill, ncsf, "style"); -- cgit v1.2.3