diff options
Diffstat (limited to 'apps/plugins/test_disk.c')
| -rw-r--r-- | apps/plugins/test_disk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/test_disk.c b/apps/plugins/test_disk.c index 9346480..06017a3 100644 --- a/apps/plugins/test_disk.c +++ b/apps/plugins/test_disk.c @@ -77,7 +77,6 @@ static bool log_init(void) { int h; - rb->lcd_setmargins(0, 0); rb->lcd_getstringsize("A", NULL, &h); max_line = LCD_HEIGHT / h; line = 0; |