diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-12-15 19:55:32 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-12-15 19:55:32 +0000 |
| commit | 22cd2a603d1d657163f807d4d91f2af8fa6d4115 (patch) | |
| tree | d890b7f013dbd61217f6b591a1c15b7721e7adfd /src/object-edit.cpp | |
| parent | Add initial support for <javac>. Also fix str compare bug (diff) | |
| download | inkscape-22cd2a603d1d657163f807d4d91f2af8fa6d4115.tar.gz inkscape-22cd2a603d1d657163f807d4d91f2af8fa6d4115.zip | |
Warning cleanup
(bzr r4234)
Diffstat (limited to 'src/object-edit.cpp')
| -rw-r--r-- | src/object-edit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object-edit.cpp b/src/object-edit.cpp index 9c8db0936..51ec2da10 100644 --- a/src/object-edit.cpp +++ b/src/object-edit.cpp @@ -537,7 +537,7 @@ static NR::Point box3d_knot_get(SPItem *item, guint knot_id) return box3d_get_corner_screen(box, knot_id) * i2d; } -static void box3d_knot_set(SPItem *item, guint knot_id, NR::Point const &new_pos, NR::Point const &origin, guint state) +static void box3d_knot_set(SPItem *item, guint knot_id, NR::Point const &new_pos, NR::Point const &/*origin*/, guint state) { g_assert(item != NULL); SPBox3D *box = SP_BOX3D(item); @@ -653,7 +653,7 @@ static NR::Point box3d_knot7_get(SPItem *item) return box3d_knot_get(item, 7); } -static void box3d_knot_click(SPItem *item, guint state, guint id) +static void box3d_knot_click(SPItem */*item*/, guint /*state*/, guint id) { g_print ("Corner %d was clicked\n", id); } |
