From d207ece5639eb6b4e92ca43238e8837f8adf95ff Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 8 Mar 2006 09:45:30 +0000 Subject: [PATCH] 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 --- firmware/drivers/lcd-ipodvideo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/drivers/lcd-ipodvideo.c b/firmware/drivers/lcd-ipodvideo.c index bdc85fbbd..62d097ea7 100644 --- a/firmware/drivers/lcd-ipodvideo.c +++ b/firmware/drivers/lcd-ipodvideo.c @@ -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) -- 2.11.4.GIT