forked from len0rd/rockbox
That function prototype should never have been in CVS - it was just part of my testing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8956 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4d9992d450
commit
f556c95af1
1 changed files with 0 additions and 2 deletions
|
@ -131,8 +131,6 @@ static unsigned lcd_bcm_read32(unsigned address) {
|
|||
return inw(0x30000000) | inw(0x30000000) << 16;
|
||||
}
|
||||
|
||||
extern void _HD_ARM_Update5G (fb_data *fb, int x, int y, int w, int h);
|
||||
|
||||
/* Update a fraction of the display. */
|
||||
void lcd_update_rect(int x, int y, int width, int height) ICODE_ATTR;
|
||||
void lcd_update_rect(int x, int y, int width, int height)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue