Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt authored May 15, 2019
1 parent 5608e27 commit 00c3980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared-module/displayio/Group.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ mp_obj_t common_hal_displayio_group_pop(displayio_group_t* self, size_t index) {
}

mp_int_t common_hal_displayio_group_index(displayio_group_t* self, mp_obj_t layer) {
// Shift everything left.
for (size_t i = 0; i < self->size; i++) {
if (self->children[i].original == layer) {
return i;
Expand Down

0 comments on commit 00c3980

Please sign in to comment.