mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
b76b6448a2
commit
9dbdd8fd5d
2 changed files with 0 additions and 10 deletions
|
|
@ -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 :
|
||||
|
|
|
|||
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue