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/recorder/icons.h | |
parent | c7c81c63031e99d3fb4d5e62baa893bec34a6d4d (diff) |
removed bad extern
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@731 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/icons.h')
-rw-r--r-- | apps/recorder/icons.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 08e4a7e1e8..8aa44cfd13 100644 --- a/apps/recorder/icons.h +++ b/apps/recorder/icons.h @@ -31,7 +31,6 @@ enum icons_6x8 { }; extern unsigned char bitmap_icons_6x8[LastIcon][6]; -extern icons_6x8; #endif /* End HAVE_LCD_BITMAP */ |