summaryrefslogtreecommitdiff
path: root/apps/plugins/test_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r--apps/plugins/test_codec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 2379ebb1b7..31e8a319f9 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -44,7 +44,6 @@ static bool log_init(bool use_logfile)
44{ 44{
45 int h; 45 int h;
46 46
47 rb->lcd_setmargins(0, 0);
48 rb->lcd_getstringsize("A", NULL, &h); 47 rb->lcd_getstringsize("A", NULL, &h);
49 max_line = LCD_HEIGHT / h; 48 max_line = LCD_HEIGHT / h;
50 line = 0; 49 line = 0;