From 854e6f62785b4cc0f743d482c20b6c07f6875c21 Mon Sep 17 00:00:00 2001 From: uchida Date: Sun, 27 Jun 2010 11:45:12 +0000 Subject: [PATCH] fix yellow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27155 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/text_viewer/tv_display.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/plugins/text_viewer/tv_display.h b/apps/plugins/text_viewer/tv_display.h index 67709f825..383f12199 100644 --- a/apps/plugins/text_viewer/tv_display.h +++ b/apps/plugins/text_viewer/tv_display.h @@ -89,6 +89,8 @@ void tv_init_scrollbar(off_t total, bool show_scrollbar); */ void tv_show_scrollbar(int window, int col, off_t cur_pos, int size); +#endif + /* * show bookmark * @@ -100,8 +102,6 @@ void tv_show_scrollbar(int window, int col, off_t cur_pos, int size); */ void tv_show_bookmarks(const int *rows, int count); -#endif - /* common display functons */ /* start the display processing */ -- 2.11.4.GIT