summaryrefslogtreecommitdiff
path: root/apps/gui/icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/icon.h')
-rw-r--r--apps/gui/icon.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/gui/icon.h b/apps/gui/icon.h
index 88449c61ca..4165391316 100644
--- a/apps/gui/icon.h
+++ b/apps/gui/icon.h
@@ -24,11 +24,7 @@
24#include "screen_access.h" 24#include "screen_access.h"
25/* Defines a type for the icons since it's not the same thing on 25/* Defines a type for the icons since it's not the same thing on
26 * char-based displays and bitmap displays */ 26 * char-based displays and bitmap displays */
27#ifdef HAVE_LCD_BITMAP
28typedef const unsigned char * ICON; 27typedef const unsigned char * ICON;
29#else
30typedef long ICON;
31#endif
32 28
33/* Don't #ifdef icon values, or we wont be able to use the same 29/* Don't #ifdef icon values, or we wont be able to use the same
34 bmp for every target. */ 30 bmp for every target. */