From b0cc446ab57364f2e9f5dfa91378a41c8e185d54 Mon Sep 17 00:00:00 2001 From: Suguru Saito Date: Sun, 28 Mar 2021 23:42:30 +0900 Subject: [PATCH] pwg5300: remove unused struct initialization --- board/sharp/pwg5300/pwg5300.c | 5 ----- 1 file changed, 5 deletions(-) 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()