diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-07-16 03:50:53 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-07-16 03:50:53 +0000 |
| commit | b224bc6b1b0b9db71828b67fa51a29103742d65d (patch) | |
| tree | 9a015c22996a11b5a643f115e5ffd7380be1c91a /src/livarot/ShapeRaster.cpp | |
| parent | remove debug messages from last commits (diff) | |
| download | inkscape-b224bc6b1b0b9db71828b67fa51a29103742d65d.tar.gz inkscape-b224bc6b1b0b9db71828b67fa51a29103742d65d.zip | |
warning cleanup
(bzr r6329)
Diffstat (limited to 'src/livarot/ShapeRaster.cpp')
| -rw-r--r-- | src/livarot/ShapeRaster.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/livarot/ShapeRaster.cpp b/src/livarot/ShapeRaster.cpp index 4e762396e..528fe395d 100644 --- a/src/livarot/ShapeRaster.cpp +++ b/src/livarot/ShapeRaster.cpp @@ -273,7 +273,7 @@ void Shape::Scan(float &pos, int &curP, float to, float step) -void Shape::QuickScan(float &pos,int &curP, float to, bool doSort, float step) +void Shape::QuickScan(float &pos,int &curP, float to, bool /*doSort*/, float step) { if ( numberOfEdges() <= 1 ) { return; @@ -706,7 +706,7 @@ void Shape::DirectScan(float &pos, int &curP, float to, float step) -void Shape::DirectQuickScan(float &pos, int &curP, float to, bool doSort, float step) +void Shape::DirectQuickScan(float &pos, int &curP, float to, bool /*doSort*/, float step) { if ( numberOfEdges() <= 1 ) { return; |
