summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/drivers/lcd-ipodvideo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-ipodvideo.c b/firmware/drivers/lcd-ipodvideo.c
index 096e8edd71..e3bdf163a6 100644
--- a/firmware/drivers/lcd-ipodvideo.c
+++ b/firmware/drivers/lcd-ipodvideo.c
@@ -154,7 +154,6 @@ void lcd_update_rect(int x, int y, int width, int height)
154 unsigned int curpixel=0; 154 unsigned int curpixel=0;
155 int c, r; 155 int c, r;
156 unsigned long *addr; 156 unsigned long *addr;
157 int p0,p1;
158 157
159 /* Ensure x and width are both even - so we can read 32-bit aligned 158 /* Ensure x and width are both even - so we can read 32-bit aligned
160 data from lcd_framebuffer */ 159 data from lcd_framebuffer */