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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/drivers/lcd-ipod.c b/firmware/drivers/lcd-ipod.c
index b6a764d996..d37981a964 100644
--- a/firmware/drivers/lcd-ipod.c
+++ b/firmware/drivers/lcd-ipod.c
@@ -100,11 +100,6 @@ static void lcd_cmd_and_data(int cmd, int data_lo, int data_hi)
100 lcd_send_data(data_lo, data_hi); 100 lcd_send_data(data_lo, data_hi);
101} 101}
102 102
103int lcd_default_contrast(void)
104{
105 return 96;
106}
107
108/** 103/**
109 * 104 *
110 * LCD init 105 * LCD init