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 */ diff --git a/apps/tree.c b/apps/tree.c index 05fc96748b..02e5f0a467 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 */