diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-07-04 21:43:41 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-07-04 21:43:41 +0000 |
| commit | 5d7f503b40941505c7e781c517f9c7c24a8fb09f (patch) | |
| tree | 5a5c053bb20ebea914d6cc10981d5407a1ffaea2 /src/ui/widget/selected-style.cpp | |
| parent | change some SP_CURVE_BPATH to get_bpath (diff) | |
| download | inkscape-5d7f503b40941505c7e781c517f9c7c24a8fb09f.tar.gz inkscape-5d7f503b40941505c7e781c517f9c7c24a8fb09f.zip | |
Warning cleanup
(bzr r6156)
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
| -rw-r--r-- | src/ui/widget/selected-style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp index 520d7f404..c0aaaaa66 100644 --- a/src/ui/widget/selected-style.cpp +++ b/src/ui/widget/selected-style.cpp @@ -1343,7 +1343,7 @@ RotateableStrokeWidth::~RotateableStrokeWidth() { } double -RotateableStrokeWidth::value_adjust(double current, double by, guint modifier, bool final) +RotateableStrokeWidth::value_adjust(double current, double by, guint /*modifier*/, bool final) { double newval; // by is -1..1 |
