summaryrefslogtreecommitdiff
path: root/firmware/target/arm
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm')
-rw-r--r--firmware/target/arm/s5l8702/ipod6g/lcd-ipod6g.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/target/arm/s5l8702/ipod6g/lcd-ipod6g.c b/firmware/target/arm/s5l8702/ipod6g/lcd-ipod6g.c
index 8610f867a4..7b3e9319d7 100644
--- a/firmware/target/arm/s5l8702/ipod6g/lcd-ipod6g.c
+++ b/firmware/target/arm/s5l8702/ipod6g/lcd-ipod6g.c
@@ -206,10 +206,6 @@ void lcd_update_rect(int x, int y, int width, int height)
206 206
207 s5l_lcd_write_cmd(R_MEMORY_WRITE); 207 s5l_lcd_write_cmd(R_MEMORY_WRITE);
208 } 208 }
209 for (y = y0; y <= y1; y++)
210 for (x = x0; x <= x1; x++)
211 s5l_lcd_write_data(lcd_framebuffer[y][x]);
212 return;
213 209
214 /* Copy display bitmap to hardware */ 210 /* Copy display bitmap to hardware */
215 p = &lcd_framebuffer[y0][x0]; 211 p = &lcd_framebuffer[y0][x0];