Fuze*/e200v2: remove unused lcd_set_contrast()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27413 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-07-14 06:48:36 +00:00
parent b76b6448a2
commit 9dbdd8fd5d
2 changed files with 0 additions and 10 deletions

View file

@ -46,11 +46,6 @@ static int xoffset = 20;
/*** hardware configuration ***/
void lcd_set_contrast(int val)
{
(void)val;
}
void lcd_set_invert_display(bool yesno)
{
r_disp_control_rev = yesno ? R_DISP_CONTROL_REV :

View file

@ -147,11 +147,6 @@ static void lcd_write_reg(int reg, int value)
/*** hardware configuration ***/
void lcd_set_contrast(int val)
{
(void)val;
}
void lcd_set_invert_display(bool yesno)
{
r_disp_control_rev = yesno ? R_DISP_CONTROL_REV :