diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-06-11 04:08:16 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-06-11 04:08:16 +0000 |
| commit | 1d84a1357592e1e0f9af7a4e4105d67c4c2ee967 (patch) | |
| tree | fbf9061f821ae3b5c9d1dface30a792830062417 /src/knot-holder-entity.cpp | |
| parent | [INTL] Updated POTFILES.in with new source code file. (diff) | |
| download | inkscape-1d84a1357592e1e0f9af7a4e4105d67c4c2ee967.tar.gz inkscape-1d84a1357592e1e0f9af7a4e4105d67c4c2ee967.zip | |
warning cleanup
(bzr r5877)
Diffstat (limited to 'src/knot-holder-entity.cpp')
| -rw-r--r-- | src/knot-holder-entity.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/knot-holder-entity.cpp b/src/knot-holder-entity.cpp index 6ee8e1247..1fa721746 100644 --- a/src/knot-holder-entity.cpp +++ b/src/knot-holder-entity.cpp @@ -139,7 +139,7 @@ PatternKnotHolderEntityAngle::knot_get() } void -PatternKnotHolderEntityAngle::knot_set(NR::Point const &p, NR::Point const &origin, guint state) +PatternKnotHolderEntityAngle::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint state) { int const snaps = prefs_get_int_attribute("options.rotationsnapsperpi", "value", 12); @@ -164,7 +164,7 @@ PatternKnotHolderEntityAngle::knot_set(NR::Point const &p, NR::Point const &orig } void -PatternKnotHolderEntityScale::knot_set(NR::Point const &p, NR::Point const &origin, guint state) +PatternKnotHolderEntityScale::knot_set(NR::Point const &p, NR::Point const &/*origin*/, guint /*state*/) { SPPattern *pat = SP_PATTERN(SP_STYLE_FILL_SERVER(SP_OBJECT(item)->style)); |
