summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/icons.h1
-rw-r--r--apps/tree.c1
2 files changed, 0 insertions, 2 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 {
31}; 31};
32 32
33extern unsigned char bitmap_icons_6x8[LastIcon][6]; 33extern unsigned char bitmap_icons_6x8[LastIcon][6];
34extern icons_6x8;
35 34
36#endif /* End HAVE_LCD_BITMAP */ 35#endif /* End HAVE_LCD_BITMAP */
37 36
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)
62#define LINE_HEIGTH 8 /* pixels for each text line */ 62#define LINE_HEIGTH 8 /* pixels for each text line */
63 63
64extern unsigned char bitmap_icons_6x8[LastIcon][6]; 64extern unsigned char bitmap_icons_6x8[LastIcon][6];
65extern icons_6x8;
66 65
67#else /* HAVE_LCD_BITMAP */ 66#else /* HAVE_LCD_BITMAP */
68 67