summaryrefslogtreecommitdiffstats
path: root/src/snap.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2011-10-02 08:26:17 +0000
committerJon A. Cruz <jon@joncruz.org>2011-10-02 08:26:17 +0000
commit122894f12a4f8214207f533ed26569fbab5ac9f7 (patch)
tree1b989255a12c84a5a69e47b11eb426f6620a5234 /src/snap.cpp
parentDutch translation update (diff)
downloadinkscape-122894f12a4f8214207f533ed26569fbab5ac9f7.tar.gz
inkscape-122894f12a4f8214207f533ed26569fbab5ac9f7.zip
Warning cleanup.
(bzr r10655)
Diffstat (limited to 'src/snap.cpp')
-rw-r--r--src/snap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.cpp b/src/snap.cpp
index eeca66d74..b2c5a5a10 100644
--- a/src/snap.cpp
+++ b/src/snap.cpp
@@ -568,7 +568,7 @@ Inkscape::SnappedPoint SnapManager::constrainedAngularSnap(Inkscape::SnapCandida
* \param p Current position of the point on the guide that is to be snapped; will be overwritten by the position of the snap target if snapping has occurred
* \param guide_normal Vector normal to the guide line
*/
-void SnapManager::guideFreeSnap(Geom::Point &p, Geom::Point const &guide_normal, SPGuideDragType drag_type) const
+void SnapManager::guideFreeSnap(Geom::Point &p, Geom::Point const &/*guide_normal*/, SPGuideDragType drag_type) const
{
if (!snapprefs.getSnapEnabledGlobally() || snapprefs.getSnapPostponedGlobally() || !snapprefs.isTargetSnappable(Inkscape::SNAPTARGET_GUIDE)) {
return;