diff options
Diffstat (limited to 'apps/gui/icon.h')
-rw-r--r-- | apps/gui/icon.h | 4 |
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 @@ #include "screen_access.h" /* Defines a type for the icons since it's not the same thing on * char-based displays and bitmap displays */ -#ifdef HAVE_LCD_BITMAP typedef const unsigned char * ICON; -#else -typedef long ICON; -#endif /* Don't #ifdef icon values, or we wont be able to use the same bmp for every target. */ |