diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-05-28 08:44:32 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-05-28 08:44:32 +0000 |
| commit | 59953140a7195ae66f866dd2034f77a1adf92605 (patch) | |
| tree | a7c0bda03a63a35194c1716a90e2698bf12c2158 /apps | |
| parent | 33988545f50269cd0c77feab3e5479e7c6330476 (diff) | |
| download | rockbox-59953140a7195ae66f866dd2034f77a1adf92605.zip rockbox-59953140a7195ae66f866dd2034f77a1adf92605.tar.gz rockbox-59953140a7195ae66f866dd2034f77a1adf92605.tar.bz2 rockbox-59953140a7195ae66f866dd2034f77a1adf92605.tar.xz | |
fix yellow builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10002 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c index 3878e3a..0771b28 100644 --- a/apps/main.c +++ b/apps/main.c @@ -103,9 +103,7 @@ void app_main(void) #ifdef HAVE_DIRCACHE void init_dircache(void) { - int font_w, font_h; int result; - char buf[32]; bool clear = false; dircache_init(); |