summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point-selection.cpp
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-01-15 01:02:46 +0000
committerJon A. Cruz <jon@joncruz.org>2010-01-15 01:02:46 +0000
commit2ab01d69f9d427bdf3536e1508a465372cd040c6 (patch)
tree492bccf7855315612ecd295d84c34688c232db79 /src/ui/tool/control-point-selection.cpp
parentReplace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set), (diff)
downloadinkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.tar.gz
inkscape-2ab01d69f9d427bdf3536e1508a465372cd040c6.zip
Warning cleanup.
(bzr r8981)
Diffstat (limited to 'src/ui/tool/control-point-selection.cpp')
-rw-r--r--src/ui/tool/control-point-selection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/control-point-selection.cpp b/src/ui/tool/control-point-selection.cpp
index 245feae1d..2a3498d7f 100644
--- a/src/ui/tool/control-point-selection.cpp
+++ b/src/ui/tool/control-point-selection.cpp
@@ -318,7 +318,7 @@ void ControlPointSelection::_pointGrabbed()
}
void ControlPointSelection::_pointDragged(Geom::Point const &old_pos, Geom::Point &new_pos,
- GdkEventMotion *event)
+ GdkEventMotion */*event*/)
{
Geom::Point delta = new_pos - old_pos;
for (iterator i = _points.begin(); i != _points.end(); ++i) {