Code

excise never-used code and stale comments
[inkscape.git] / src / sp-root.cpp
index 1bb77ccc78f8615e31780947a66db35dad056396..3773efa8333c010e011e75e7653457c20db5f89e 100644 (file)
@@ -603,7 +603,7 @@ sp_root_write(SPObject *object, Inkscape::XML::Node *repr, guint flags)
         Inkscape::SVGOStringStream os;
         os << root->viewBox.x0 << " " << root->viewBox.y0 << " " << root->viewBox.x1 - root->viewBox.x0 << " " << root->viewBox.y1 - root->viewBox.y0;
         repr->setAttribute("viewBox", os.str().c_str());
-    } 
+    }
 
     if (((SPObjectClass *) (parent_class))->write)
         ((SPObjectClass *) (parent_class))->write(object, repr, flags);