Cleanup some unneeded debug code.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17499 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2008-05-14 00:32:43 +00:00
parent 6e322c8786
commit 449a7a6643
2 changed files with 0 additions and 44 deletions

View file

@ -27,7 +27,6 @@
#define LCDADDR(x, y) (&lcd_framebuffer[(y)][(x)])
static volatile bool lcd_on = true;
volatile bool lcd_poweroff = false;
static unsigned lcd_yuv_options = 0;
/*
** This is imported from lcd-16bit.c