Skip to content

Commit 1f7feeb

Browse files
authored
Merge pull request #100 from weihsinyeh/comment
Remove duplicate comment
2 parents f09d14b + af50872 commit 1f7feeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/widget.c

-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ void _twin_widget_bevel(twin_widget_t *widget, twin_fixed_t b, bool down)
207207

208208
void twin_widget_children_paint(twin_box_t *box)
209209
{
210-
/* Paint the widget children of the box. */
211210
for (twin_widget_t *child = box->children; child; child = child->next)
212211
_twin_widget_queue_paint(child);
213212
}

0 commit comments

Comments
 (0)