8000 remove remaining top level displayio background check · joric/circuitpython@422a7d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 422a7d4

Browse files
committed
remove remaining top level displayio background check
1 parent d1bda47 commit 422a7d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared-module/displayio/__init__.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ void displayio_background(void) {
5050
return;
5151
}
5252

53-
displayio_background_in_progress = true;
5453

5554
for (uint8_t i = 0; i < CIRCUITPY_DISPLAY_LIMIT; i++) {
5655
if (displays[i].display.base.type == NULL || displays[i].display.base.type == &mp_type_NoneType) {

0 commit comments

Comments
 (0)
0