summaryrefslogtreecommitdiffstats
path: root/src/splivarot.cpp
diff options
context:
space:
mode:
authorFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-27 19:45:22 +0000
committerFelipe CorrĂȘa da Silva Sanches <juca@members.fsf.org>2018-03-27 19:46:35 +0000
commit5e6745da63bc715ca8e52ad859971ac669226951 (patch)
tree589ff8f175d0689cfae7c7cc29a8698a68a62587 /src/splivarot.cpp
parentmove FTFixedToDouble / FTDoubleToFixed to a common header (diff)
downloadinkscape-5e6745da63bc715ca8e52ad859971ac669226951.tar.gz
inkscape-5e6745da63bc715ca8e52ad859971ac669226951.zip
Minor cleanup of warnings. No functional change.
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");