lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().

Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
This commit is contained in:
Thomas Martitz 2013-04-14 18:13:12 +02:00
parent 7cd07290e6
commit 775ebe4ff6
8 changed files with 2 additions and 39 deletions

View file

@ -249,7 +249,6 @@ struct screen screens[NB_SCREENS] =
.hline=&lcd_hline,
.scroll_step=&lcd_scroll_step,
.puts_style_xyoffset=&lcd_puts_style_xyoffset,
.puts_scroll_style=&lcd_puts_scroll_style,
.puts_scroll_style_xyoffset=&lcd_puts_scroll_style_xyoffset,
#endif /* HAVE_LCD_BITMAP */
@ -351,7 +350,6 @@ struct screen screens[NB_SCREENS] =
.hline=&lcd_remote_hline,
.scroll_step=&lcd_remote_scroll_step,
.puts_style_xyoffset=&lcd_remote_puts_style_xyoffset,
.puts_scroll_style=&lcd_remote_puts_scroll_style,
.puts_scroll_style_xyoffset=&lcd_remote_puts_scroll_style_xyoffset,
#endif /* 1 */