Index: src/core/SkScan_Path.cpp |
diff --git a/src/core/SkScan_Path.cpp b/src/core/SkScan_Path.cpp |
index 5d9e0ca2a658ae58d81e84d5ba51edc5bfde00cc..e0014469c3d3318341c0585769a4a935d946a15d 100644 |
--- a/src/core/SkScan_Path.cpp |
+++ b/src/core/SkScan_Path.cpp |
@@ -260,8 +260,6 @@ static void walk_convex_edges(SkEdge* prevHead, SkPath::FillType, |
if (L < R) { |
count += 1; |
blitter->blitRect(L, local_top, R - L, count); |
- left += count * dLeft; |
- rite += count * dRite; |
} |
local_top = local_bot + 1; |
} else { |