diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 09:26:26 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 09:26:26 +0000 |
| commit | 2b56bcac3d11e67bd37547cd203524fa512889ac (patch) | |
| tree | 9180bf733b388fb1bd4ad1956129fab6287b3233 /apps/tree.c | |
| parent | c7c81c63031e99d3fb4d5e62baa893bec34a6d4d (diff) | |
| download | rockbox-2b56bcac3d11e67bd37547cd203524fa512889ac.zip rockbox-2b56bcac3d11e67bd37547cd203524fa512889ac.tar.gz rockbox-2b56bcac3d11e67bd37547cd203524fa512889ac.tar.bz2 rockbox-2b56bcac3d11e67bd37547cd203524fa512889ac.tar.xz | |
removed bad extern
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@731 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 05fc967..02e5f0a 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -62,7 +62,6 @@ void browse_root(void) #define LINE_HEIGTH 8 /* pixels for each text line */ extern unsigned char bitmap_icons_6x8[LastIcon][6]; -extern icons_6x8; #else /* HAVE_LCD_BITMAP */ |