From 658026e6267277b27d297c481728f74d160a8481 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Fri, 17 Jul 2020 10:31:31 -0400 Subject: [4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice. Note: I left behind lcd_bitmap in features.txt, because removing it would require considerable work in the manual and the translations. Change-Id: Ia8ca7761f610d9332a0d22a7d189775fb15ec88a --- apps/plugins/mosaique.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps/plugins/mosaique.c') diff --git a/apps/plugins/mosaique.c b/apps/plugins/mosaique.c index 28ea9efd93..caf5346dc5 100644 --- a/apps/plugins/mosaique.c +++ b/apps/plugins/mosaique.c @@ -23,7 +23,6 @@ #include "lib/pluginlib_actions.h" -#ifdef HAVE_LCD_BITMAP #define GFX_X (LCD_WIDTH/2-1) #define GFX_Y (LCD_HEIGHT/2-1) #if LCD_WIDTH != LCD_HEIGHT @@ -33,12 +32,6 @@ #define GFX_WIDTH GFX_X #define GFX_HEIGHT (4*GFX_Y/5) #endif -#else -#define GFX_X 9 -#define GFX_Y 6 -#define GFX_WIDTH 9 -#define GFX_HEIGHT 6 -#endif /* this set the context to use with PLA */ static const struct button_mapping *plugin_contexts[] = { pla_main_ctx }; -- cgit v1.2.3