diff options
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r-- | apps/plugins/bitmaps/native/SOURCES | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 22f82800a7..48eb18dfa4 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -1,5 +1,3 @@ -#ifdef HAVE_LCD_BITMAP - /* 2048 */ #define MIN(x,y) ((x<y)?x:y) @@ -1004,5 +1002,3 @@ resistor.128x128x16.bmp #else resistor.68x20x16.bmp #endif - -#endif /* HAVE_LCD_BITMAP */ |