From d50c78c23821358ded916a52054b998883f1ad57 Mon Sep 17 00:00:00 2001 From: Teruaki Kawashima Date: Tue, 16 Feb 2010 11:59:37 +0000 Subject: * surround member only used by charcells with #ifdef HAVE_LCD_CHARCELLS in struct scrollinfo in scroll_engine.h. * remove function prototypes which are not actualy defined. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24693 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/scroll_engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h index 0fcb06af81..16b11c22ee 100644 --- a/firmware/export/scroll_engine.h +++ b/firmware/export/scroll_engine.h @@ -50,7 +50,9 @@ struct scrollinfo { struct viewport* vp; char line[SCROLL_LINE_SIZE]; +#ifdef HAVE_LCD_CHARCELLS int len; /* length of line in chars */ +#endif int y; /* Position of the line on the screen (char co-ordinates) */ int offset; int startx; -- cgit v1.2.3