summaryrefslogtreecommitdiff
path: root/apps/gui/textarea.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/textarea.h')
-rw-r--r--apps/gui/textarea.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/gui/textarea.h b/apps/gui/textarea.h
index b1af1a5aba..413169db24 100644
--- a/apps/gui/textarea.h
+++ b/apps/gui/textarea.h
@@ -40,16 +40,7 @@ extern void gui_textarea_clear(struct screen * display);
40 * Updates the area in the screen in which text can be displayed 40 * Updates the area in the screen in which text can be displayed
41 * - display : the screen structure 41 * - display : the screen structure
42 */ 42 */
43#ifdef HAVE_LCD_BITMAP
44extern void gui_textarea_update(struct screen * display); 43extern void gui_textarea_update(struct screen * display);
45#else
46#ifdef SIMULATOR
47#define gui_textarea_update(display) \
48 (display)->update();
49#else
50#define gui_textarea_update(display)
51#endif
52#endif
53 44
54/* 45/*
55 * Displays message lines on the given screen 46 * Displays message lines on the given screen