From e26eb76ff5b635a35a28dcdd43ae6cac742a1fc0 Mon Sep 17 00:00:00 2001 From: joncruz Date: Sat, 26 Sep 2009 22:13:42 +0000 Subject: [PATCH] Fixed warning --- src/object-snapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object-snapper.cpp b/src/object-snapper.cpp index af0d9f1a2..22d438c1e 100644 --- a/src/object-snapper.cpp +++ b/src/object-snapper.cpp @@ -697,7 +697,7 @@ void Inkscape::ObjectSnapper::guideFreeSnap(SnappedConstraints &sc, void Inkscape::ObjectSnapper::guideConstrainedSnap(SnappedConstraints &sc, Geom::Point const &p, Geom::Point const &guide_normal, - ConstraintLine const &c) const + ConstraintLine const &/*c*/) const { /* Get a list of all the SPItems that we will try to snap to */ std::vector cand; -- 2.30.2