From 8f1701f3d45ea0cd356d662488938cff7a47e4e3 Mon Sep 17 00:00:00 2001 From: kugel Date: Mon, 5 Apr 2010 12:23:30 +0000 Subject: [PATCH] Fix yellow. Another function unneeded in the bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25484 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c index 2808d60f4..089a5da24 100644 --- a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c +++ b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c @@ -348,6 +348,8 @@ void lcd_yuv_set_options(unsigned options) lcd_yuv_options = options; } + +#ifndef BOOTLOADER static void lcd_window_blit(int xmin, int ymin, int xmax, int ymax) { if (!display_flipped) @@ -366,8 +368,6 @@ static void lcd_window_blit(int xmin, int ymin, int xmax, int ymax) } } - -#ifndef BOOTLOADER /* Line write helper function for lcd_yuv_blit. Write two lines of yuv420. */ extern void lcd_write_yuv420_lines(unsigned char const * const src[3], int width, -- 2.11.4.GIT