forked from len0rd/rockbox
lcd-common: Remove unused function lcd_puts_offset().
Change-Id: I39749bf3db915e5a8ddb6e6f25eb201ea0aaf981
This commit is contained in:
parent
a422604435
commit
8f64625888
6 changed files with 17 additions and 27 deletions
|
@ -266,7 +266,6 @@ struct screen screens[NB_SCREENS] =
|
|||
.putsxy=&lcd_putsxy,
|
||||
.puts=&lcd_puts,
|
||||
.putsf=&lcd_putsf,
|
||||
.puts_offset=&lcd_puts_offset,
|
||||
.puts_scroll=&lcd_puts_scroll,
|
||||
.putsxy_scroll_func=&lcd_putsxy_scroll_func,
|
||||
.scroll_speed=&lcd_scroll_speed,
|
||||
|
@ -368,7 +367,6 @@ struct screen screens[NB_SCREENS] =
|
|||
.putsxy=&lcd_remote_putsxy,
|
||||
.puts=&lcd_remote_puts,
|
||||
.putsf=&lcd_remote_putsf,
|
||||
.puts_offset=&lcd_remote_puts_offset,
|
||||
.puts_scroll=&lcd_remote_puts_scroll,
|
||||
.putsxy_scroll_func=&lcd_remote_putsxy_scroll_func,
|
||||
.scroll_speed=&lcd_remote_scroll_speed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue