Skip to content

Commit b68188d

Browse files
committed
Remove a few unnecessary lines.
1 parent a6433a2 commit b68188d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

win32ss/gdi/gdi32/objects/painting.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@ PolyBezierTo(
322322
cpt++;
323323
ret = NtGdiPolyPolyDraw(hdc , (PPOINT)pts, &cpt, 1, GdiPolyBezierTo);
324324
}
325-
else
326-
ret = FALSE;
327325
HeapFree(GetProcessHeap(), 0, pts);
328326
}
329327
else
@@ -417,8 +415,6 @@ PolylineTo(
417415
cpt++;
418416
ret = NtGdiPolyPolyDraw(hdc , (PPOINT)pts, &cpt, 1, GdiPolyLineTo);
419417
}
420-
else
421-
ret = FALSE;
422418
HeapFree(GetProcessHeap(), 0, pts);
423419
}
424420
else

0 commit comments

Comments
 (0)