1
0
Fork 0
forked from len0rd/rockbox

Remove unused variables

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8276 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2005-12-21 23:47:43 +00:00
parent 4ba9eac894
commit f9295a6a65

View file

@ -154,7 +154,6 @@ void lcd_update_rect(int x, int y, int width, int height)
unsigned int curpixel=0;
int c, r;
unsigned long *addr;
int p0,p1;
/* Ensure x and width are both even - so we can read 32-bit aligned
data from lcd_framebuffer */