1
0
Fork 0
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:
Dave Chapman 2006-03-08 09:45:30 +00:00
parent 4d9992d450
commit f556c95af1

View file

@ -131,8 +131,6 @@ static unsigned lcd_bcm_read32(unsigned address) {
return inw(0x30000000) | inw(0x30000000) << 16; 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. */ /* 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) ICODE_ATTR;
void lcd_update_rect(int x, int y, int width, int height) void lcd_update_rect(int x, int y, int width, int height)