summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd-ipod.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd-ipod.c')
-rw-r--r--firmware/drivers/lcd-ipod.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/drivers/lcd-ipod.c b/firmware/drivers/lcd-ipod.c
index 69272ccccf..f7a21044bb 100644
--- a/firmware/drivers/lcd-ipod.c
+++ b/firmware/drivers/lcd-ipod.c
@@ -120,10 +120,6 @@ static void lcd_cmd_data(int cmd, int data)
120} 120}
121 121
122/*** hardware configuration ***/ 122/*** hardware configuration ***/
123int lcd_default_contrast(void)
124{
125 return 28;
126}
127 123
128void lcd_set_contrast(int val) 124void lcd_set_contrast(int val)
129{ 125{