summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/display_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/display_text.c')
-rw-r--r--apps/plugins/lib/display_text.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/lib/display_text.c b/apps/plugins/lib/display_text.c
index 5d13fc678d..90712a649f 100644
--- a/apps/plugins/lib/display_text.c
+++ b/apps/plugins/lib/display_text.c
@@ -22,11 +22,7 @@
22#include "plugin.h" 22#include "plugin.h"
23#include "display_text.h" 23#include "display_text.h"
24 24
25#ifdef HAVE_LCD_CHARCELLS
26#define MARGIN 0
27#else
28#define MARGIN 5 25#define MARGIN 5
29#endif
30 26
31static bool wait_key_press(void) 27static bool wait_key_press(void)
32{ 28{