summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/splivarot.cpp')
-rw-r--r--src/splivarot.cpp2
1 files changed, 1 insertions, 1 deletions
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");