Remove unnecessary assignment
BUG=skia: Review URL: https://codereview.chromium.org/892423005
This commit is contained in:
parent
b4c29ac173
commit
e3ecde1205
@ -257,8 +257,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 {
|
||||
|
Loading…
Reference in New Issue
Block a user