summaryrefslogtreecommitdiff
path: root/apps/plugins/test_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_disk.c')
-rw-r--r--apps/plugins/test_disk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/test_disk.c b/apps/plugins/test_disk.c
index 93464807c3..06017a3c5c 100644
--- a/apps/plugins/test_disk.c
+++ b/apps/plugins/test_disk.c
@@ -77,7 +77,6 @@ static bool log_init(void)
77{ 77{
78 int h; 78 int h;
79 79
80 rb->lcd_setmargins(0, 0);
81 rb->lcd_getstringsize("A", NULL, &h); 80 rb->lcd_getstringsize("A", NULL, &h);
82 max_line = LCD_HEIGHT / h; 81 max_line = LCD_HEIGHT / h;
83 line = 0; 82 line = 0;