Skip to content

Commit 15a9e63

Browse files
committed
remove is_null troubleshooting function. remove empty line
1 parent 738b73d commit 15a9e63

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

shared-module/displayio/Display.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ void common_hal_displayio_display_construct(displayio_display_obj_t *self,
136136

137137
// Set the group after initialization otherwise we may send pixels while we delay in
138138
// initialization.
139-
140139
common_hal_displayio_display_set_root_group(self, &circuitpython_splash);
141140
common_hal_displayio_display_set_auto_refresh(self, auto_refresh);
142141
}

shared-module/displayio/Display.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ typedef struct {
6464
void displayio_display_background(displayio_display_obj_t *self);
6565
void release_display(displayio_display_obj_t *self);
6666
void reset_display(displayio_display_obj_t *self);
67-
void is_null(displayio_group_t *root_group);
6867
void displayio_display_collect_ptrs(displayio_display_obj_t *self);
6968

7069
#endif // MICROPY_INCLUDED_SHARED_MODULE_DISPLAYIO_DISPLAY_H

0 commit comments

Comments
 (0)