classicmacos: remove dupl setrgb/penmode call
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...
Some checks are pending
pyrite-dev/milsko/pipeline/head Build started...
This commit is contained in:
parent
d2191ef33a
commit
6c6b97d92e
1 changed files with 0 additions and 3 deletions
|
|
@ -52,9 +52,6 @@ static void MwLLPolygonImpl(MwLL handle, MwPoint* points, int points_count, MwLL
|
|||
col.green = color->common.green * 0x101;
|
||||
col.blue = color->common.blue * 0x101;
|
||||
|
||||
RGBForeColor(&col);
|
||||
PenMode(patCopy);
|
||||
|
||||
for(i = 0; i < points_count; i++) {
|
||||
if(i == 0) {
|
||||
MoveTo(points[i].x, points[i].y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue