Code

Fixed warning
authorjoncruz <joncruz@users.sourceforge.net>
Sat, 26 Sep 2009 22:13:42 +0000 (22:13 +0000)
committerjoncruz <joncruz@users.sourceforge.net>
Sat, 26 Sep 2009 22:13:42 +0000 (22:13 +0000)
src/object-snapper.cpp

index af0d9f1a2fb568970d50516c352198fe77d2295d..22d438c1ebeca020be06482e057d9f85b387e248 100644 (file)
@@ -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<SPItem*> cand;