remove remaining top level displayio background check

This commit is contained in:
FoamyGuy 2020-09-30 17:25:58 -05:00
parent d1bda47d94
commit 422a7d4013
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ void displayio_background(void) {
return;
}
displayio_background_in_progress = true;
for (uint8_t i = 0; i < CIRCUITPY_DISPLAY_LIMIT; i++) {
if (displays[i].display.base.type == NULL || displays[i].display.base.type == &mp_type_NoneType) {