summaryrefslogtreecommitdiffstats
path: root/src/livarot/ShapeRaster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/livarot/ShapeRaster.cpp')
-rw-r--r--src/livarot/ShapeRaster.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/livarot/ShapeRaster.cpp b/src/livarot/ShapeRaster.cpp
index 4c5bdc1ac..2b35c9666 100644
--- a/src/livarot/ShapeRaster.cpp
+++ b/src/livarot/ShapeRaster.cpp
@@ -1241,8 +1241,8 @@ void Shape::QuickScan(float &pos, int &curP, float to, FloatLigne* line, float s
if ( nbQRas > 1 ) {
int curW = 0;
- float lastX = 0;
- float lastY = 0;
+ // float lastX = 0;
+ // float lastY = 0;
int lastGuess = -1;
int lastB = -1;
@@ -1270,8 +1270,8 @@ void Shape::QuickScan(float &pos, int &curP, float to, FloatLigne* line, float s
} else if ( curW%2 != 0 && oW%2 == 0 ) {
- lastX = swrData[cb].curX;
- lastY = swrData[cb].curY;
+ // lastX = swrData[cb].curX;
+ // lastY = swrData[cb].curY;
lastB = cb;
swrData[cb].guess = -1;