diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-08-17 22:47:05 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-08-17 22:47:05 +0000 |
| commit | 00b604814178b61fa720611fc10a602b15b7184c (patch) | |
| tree | 8737bad30f2806eaebfa6c4b545720cc84dd61e4 /apps/plugins | |
| parent | 567d83e6bef4938a4fee5a8e3e6fe7f87e62d753 (diff) | |
| download | rockbox-00b604814178b61fa720611fc10a602b15b7184c.zip rockbox-00b604814178b61fa720611fc10a602b15b7184c.tar.gz rockbox-00b604814178b61fa720611fc10a602b15b7184c.tar.bz2 rockbox-00b604814178b61fa720611fc10a602b15b7184c.tar.xz | |
Don't redefine SCROLLBAR_WIDTH (aka fix yellow)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22388 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/viewer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index c41996b..948d6af 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -37,7 +37,6 @@ PLUGIN_HEADER #define TOP_SECTOR buffer #define MID_SECTOR (buffer + SMALL_BLOCK_SIZE) #define BOTTOM_SECTOR (buffer + 2*(SMALL_BLOCK_SIZE)) -#define SCROLLBAR_WIDTH 6 #define MAX_BOOKMARKED_FILES ((buffer_size/(signed)sizeof(struct bookmarked_file_info))-1) |