diff --git a/core/embed/lib/gl_color.h b/core/embed/lib/gl_color.h index af7047342..bd298741e 100644 --- a/core/embed/lib/gl_color.h +++ b/core/embed/lib/gl_color.h @@ -131,7 +131,6 @@ static inline uint8_t gl_color32_lum(gl_color16_t color) { return (r + g + b) / 3; } - #ifdef GL_COLOR_16BIT // Blends foreground and background colors with 4-bit alpha //