diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-12-21 23:47:43 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-12-21 23:47:43 +0000 |
| commit | f9295a6a65d7a57c463d183f75a4d06c0c9fb5bc (patch) | |
| tree | 6d7670661e8ede8806de1a3333797b66a6ed4267 | |
| parent | 4ba9eac8941fb5340ac5be09df37ee699bceaf64 (diff) | |
| download | rockbox-f9295a6a65d7a57c463d183f75a4d06c0c9fb5bc.zip rockbox-f9295a6a65d7a57c463d183f75a4d06c0c9fb5bc.tar.gz rockbox-f9295a6a65d7a57c463d183f75a4d06c0c9fb5bc.tar.bz2 rockbox-f9295a6a65d7a57c463d183f75a4d06c0c9fb5bc.tar.xz | |
Remove unused variables
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8276 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/drivers/lcd-ipodvideo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/lcd-ipodvideo.c b/firmware/drivers/lcd-ipodvideo.c index 096e8ed..e3bdf16 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) 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 */ |