summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4f08f2)
raw | patch | inline | side by side (parent: e4f08f2)
author | ishmal <ishmal@users.sourceforge.net> | |
Sun, 4 May 2008 17:04:17 +0000 (17:04 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Sun, 4 May 2008 17:04:17 +0000 (17:04 +0000) |
src/2geom/svg-path.cpp | patch | blob | history |
diff --git a/src/2geom/svg-path.cpp b/src/2geom/svg-path.cpp
index 312db9d2320fbd635f063f4ffdea77899f838c8d..60ae957cbeb2d09a32216c5ea96d1f838bb1e65d 100644 (file)
--- a/src/2geom/svg-path.cpp
+++ b/src/2geom/svg-path.cpp
sink.quadTo(curve[1], curve[2]);
}
-void output(SVGEllipticalArc const &curve, SVGPathSink &sink) {
+void output(SVGEllipticalArc const &/*curve*/, SVGPathSink &/*sink*/) {
// FIXME
}