diff options
| author | Yoshihisa Uchida <uchida@rockbox.org> | 2010-06-27 11:45:12 +0000 |
|---|---|---|
| committer | Yoshihisa Uchida <uchida@rockbox.org> | 2010-06-27 11:45:12 +0000 |
| commit | 668914b597955ebe7db17ccf527c2a8fd876b5f7 (patch) | |
| tree | 3e347d60877f0d60d53f9531e62eb64c35bf2085 /apps/plugins | |
| parent | b5a26851e002d090e9c6ae93e29857ca3cd63fe5 (diff) | |
| download | rockbox-668914b597955ebe7db17ccf527c2a8fd876b5f7.zip rockbox-668914b597955ebe7db17ccf527c2a8fd876b5f7.tar.gz rockbox-668914b597955ebe7db17ccf527c2a8fd876b5f7.tar.bz2 rockbox-668914b597955ebe7db17ccf527c2a8fd876b5f7.tar.xz | |
fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27155 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/text_viewer/tv_display.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/text_viewer/tv_display.h b/apps/plugins/text_viewer/tv_display.h index 67709f8..383f121 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 */ |