1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

lv_color.h: delete unused commented code

This commit is contained in:
Gabor Kiss-Vamosi 2018-08-20 10:45:17 +02:00
parent 507235a681
commit 25a6b0cde6

View File

@ -101,11 +101,6 @@ typedef union
uint16_t green :6;
uint16_t red :5;
#else
// uint16_t blue :5;
// uint16_t green_h :3;
// uint16_t green_l :3;
// uint16_t red :5;
uint16_t green_h :3;
uint16_t red :5;
uint16_t blue :5;