1 parent 575b2e6 commit fc3f2a3Copy full SHA for fc3f2a3
1 file changed
shared-module/displayio/ColorConverter.c
@@ -138,7 +138,6 @@ void common_hal_displayio_colorconverter_make_transparent(displayio_colorconvert
138
139
void common_hal_displayio_colorconverter_make_opaque(displayio_colorconverter_t* self, uint32_t transparent_color) {
140
(void) transparent_color;
141
-
142
// 0x1000000 will never equal a valid color
143
self->transparent_color = 0x1000000;
144
}
0 commit comments