summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-10-03 10:17:41 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-10-03 13:30:01 +0100
commitfe6aa21e9eb88f49005863efd2003d0982920048 (patch)
tree11ffde0fdde131f39145542506cf9020dcf384d3 /apps/plugin.c
parentb371ff1f4758f6781e2b89f86bd8e65b8585f56e (diff)
downloadrockbox-fe6aa21e9eb88f49005863efd2003d0982920048.tar.gz
rockbox-fe6aa21e9eb88f49005863efd2003d0982920048.zip
Remove YUV blitting functions and LCD modes
None of this is needed now that mpegplayer is gone. Change-Id: I360366db8513e4d988021e8d7b7d8eb09930efb8
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 42965bc581..0c780dff6a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -222,15 +222,6 @@ static const struct plugin_api rockbox_api = {
222#if LCD_DEPTH >= 16 222#if LCD_DEPTH >= 16
223 lcd_bitmap_transparent_part, 223 lcd_bitmap_transparent_part,
224 lcd_bitmap_transparent, 224 lcd_bitmap_transparent,
225#if MEMORYSIZE > 2
226 lcd_blit_yuv,
227#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
228 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \
229 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \
230 || defined(TOSHIBA_GIGABEAT_S) || defined(PHILIPS_SA9200)
231 lcd_yuv_set_options,
232#endif
233#endif /* MEMORYSIZE > 2 */
234#elif (LCD_DEPTH < 4) && (CONFIG_PLATFORM & PLATFORM_NATIVE) 225#elif (LCD_DEPTH < 4) && (CONFIG_PLATFORM & PLATFORM_NATIVE)
235 lcd_blit_mono, 226 lcd_blit_mono,
236 lcd_blit_grey_phase, 227 lcd_blit_grey_phase,