Skip to content

Commit dccbe4d

Browse files
committed
Remove moot comment
1 parent b573d0f commit dccbe4d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/hagl_polygon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ hagl_fill_polygon(void const *_surface, int16_t amount, int16_t *vertices, hagl_
115115
nodes[count] = (int16_t)(x0 + (y - y0) / (y1 - y0) * (x1 - x0));
116116
count++;
117117
} else if (y == y0 && y == y1) {
118-
/* Draw horizontal lines */
119118
hagl_draw_hline_xyx(surface, x0, y0, x1, color);
120119
}
121120
j = i;

0 commit comments

Comments
 (0)