summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-03-08 09:45:30 +0000
committerDave Chapman <dave@dchapman.com>2006-03-08 09:45:30 +0000
commitf556c95af1362fe60447b8d24f35a973b027cb37 (patch)
treeda55e073d0df90a157cc50d8273d4b404913ca2f
parent4d9992d450942c34f5e9b7007651aa61e0efd425 (diff)
downloadrockbox-f556c95af1362fe60447b8d24f35a973b027cb37.tar.gz
rockbox-f556c95af1362fe60447b8d24f35a973b027cb37.zip
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
-rw-r--r--firmware/drivers/lcd-ipodvideo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/drivers/lcd-ipodvideo.c b/firmware/drivers/lcd-ipodvideo.c
index bdc85fbbde..62d097ea72 100644
--- a/firmware/drivers/lcd-ipodvideo.c
+++ b/firmware/drivers/lcd-ipodvideo.c
@@ -131,8 +131,6 @@ static unsigned lcd_bcm_read32(unsigned address) {
131 return inw(0x30000000) | inw(0x30000000) << 16; 131 return inw(0x30000000) | inw(0x30000000) << 16;
132} 132}
133 133
134extern void _HD_ARM_Update5G (fb_data *fb, int x, int y, int w, int h);
135
136/* Update a fraction of the display. */ 134/* Update a fraction of the display. */
137void lcd_update_rect(int x, int y, int width, int height) ICODE_ATTR; 135void lcd_update_rect(int x, int y, int width, int height) ICODE_ATTR;
138void lcd_update_rect(int x, int y, int width, int height) 136void lcd_update_rect(int x, int y, int width, int height)