diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/recorder/icons.h | 1 | ||||
| -rw-r--r-- | apps/tree.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h index 08e4a7e..8aa44cf 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 */ 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 */ |