diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-08-22 16:16:09 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-08-22 16:16:09 -0700 |
| commit | 72e7ffa324f8184cb2d9a5ca9fa620a2a5a56b69 (patch) | |
| tree | 75d814723251baf620d10f3f433a50994aa6b193 /shared-module/displayio/Group.c | |
| parent | fd8050b36956718acfc740132aa27498c24d846b (diff) | |
More cleanup
Diffstat (limited to 'shared-module/displayio/Group.c')
| -rw-r--r-- | shared-module/displayio/Group.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shared-module/displayio/Group.c b/shared-module/displayio/Group.c index eb6e9a453..38418a029 100644 --- a/shared-module/displayio/Group.c +++ b/shared-module/displayio/Group.c @@ -304,9 +304,6 @@ void displayio_group_finish_refresh(displayio_group_t *self) { } displayio_area_t* displayio_group_get_refresh_areas(displayio_group_t *self, displayio_area_t* tail) { - if (self->base.type != &displayio_group_type) { - asm("bkpt"); - } if (self->item_removed) { self->dirty_area.next = tail; tail = &self->dirty_area; |
