summaryrefslogtreecommitdiffstats
path: root/src/conn-avoid-ref.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2007-11-02 08:00:40 +0000
committerjoncruz <joncruz@users.sourceforge.net>2007-11-02 08:00:40 +0000
commitabcd0cd508385848239660e4f6873b85982aad58 (patch)
tree5389a868c995ecbff6cb438644a805d4a7fa0212 /src/conn-avoid-ref.cpp
parentfix bug [ 1824359 ] Gradient isn't snapping with ctrl pressed (diff)
downloadinkscape-abcd0cd508385848239660e4f6873b85982aad58.tar.gz
inkscape-abcd0cd508385848239660e4f6873b85982aad58.zip
warning cleanup
(bzr r4012)
Diffstat (limited to '')
-rw-r--r--src/conn-avoid-ref.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn-avoid-ref.cpp b/src/conn-avoid-ref.cpp
index 67538fb77..0bbefa3c0 100644
--- a/src/conn-avoid-ref.cpp
+++ b/src/conn-avoid-ref.cpp
@@ -236,7 +236,7 @@ GSList *get_avoided_items(GSList *list, SPObject *from, SPDesktop *desktop,
}
-void avoid_item_move(NR::Matrix const *mp, SPItem *moved_item)
+void avoid_item_move(NR::Matrix const */*mp*/, SPItem *moved_item)
{
Avoid::ShapeRef *shapeRef = moved_item->avoidRef->shapeRef;
g_assert(shapeRef);