diff --git a/board/sharp/pwg5300/pwg5300.c b/board/sharp/pwg5300/pwg5300.c index df86e3ea6f..7e3214d723 100644 --- a/board/sharp/pwg5300/pwg5300.c +++ b/board/sharp/pwg5300/pwg5300.c @@ -101,11 +101,6 @@ int board_mmc_init(bd_t *bis) static const lcd_config_t lcd_config = { .width = 480, .height = 320, - .flip_x = ILI9805_DISABLE, /* not used */ - .flip_y = ILI9805_DISABLE, /* not used */ - .transpose = ILI9805_DISABLE, /* not used */ - .inversion = ILI9805_DISABLE, /* not used */ - .bgr = ILI9805_DISABLE, /* not used */ }; lcd_config_t get_lcd_config()