mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix yellow. Another function unneeded in the bootloader.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25484 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae69e92008
commit
e4cda5ff2c
1 changed files with 2 additions and 2 deletions
|
|
@ -348,6 +348,8 @@ void lcd_yuv_set_options(unsigned options)
|
||||||
lcd_yuv_options = options;
|
lcd_yuv_options = options;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef BOOTLOADER
|
||||||
static void lcd_window_blit(int xmin, int ymin, int xmax, int ymax)
|
static void lcd_window_blit(int xmin, int ymin, int xmax, int ymax)
|
||||||
{
|
{
|
||||||
if (!display_flipped)
|
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. */
|
/* 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],
|
extern void lcd_write_yuv420_lines(unsigned char const * const src[3],
|
||||||
int width,
|
int width,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue