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/gui/icon.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/gui/icon.c') diff --git a/apps/gui/icon.c b/apps/gui/icon.c index db3ae2c96b..5190c54ea5 100644 --- a/apps/gui/icon.c +++ b/apps/gui/icon.c @@ -144,11 +144,7 @@ void screen_put_iconxy(struct screen * display, void screen_put_cursorxy(struct screen * display, int x, int y, bool on) { -#ifdef HAVE_LCD_BITMAP screen_put_icon(display, x, y, on?Icon_Cursor:0); -#else - screen_put_icon(display, x, y, on?CURSOR_CHAR:-1); -#endif } static int buflib_move_callback(int handle, void* current, void* new) -- cgit v1.2.3