summaryrefslogtreecommitdiff
path: root/apps/plugins/vbrfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vbrfix.c')
-rw-r--r--apps/plugins/vbrfix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c
index c87005f7a3..73409eb568 100644
--- a/apps/plugins/vbrfix.c
+++ b/apps/plugins/vbrfix.c
@@ -31,9 +31,7 @@ static void xingupdate(int percent)
31 31
32 rb->snprintf(buf, 32, "%d%%", percent); 32 rb->snprintf(buf, 32, "%d%%", percent);
33 rb->lcd_puts(0, 1, buf); 33 rb->lcd_puts(0, 1, buf);
34#ifdef HAVE_LCD_BITMAP
35 rb->lcd_update(); 34 rb->lcd_update();
36#endif
37} 35}
38 36
39static int insert_data_in_file(char *fname, int fpos, char *buf, int num_bytes) 37static int insert_data_in_file(char *fname, int fpos, char *buf, int num_bytes)
@@ -141,9 +139,7 @@ static bool vbr_fix(char *selected_file)
141 139
142 rb->lcd_clear_display(); 140 rb->lcd_clear_display();
143 rb->lcd_puts_scroll(0, 0, selected_file); 141 rb->lcd_puts_scroll(0, 0, selected_file);
144#ifdef HAVE_LCD_BITMAP
145 rb->lcd_update(); 142 rb->lcd_update();
146#endif
147 143
148 xingupdate(0); 144 xingupdate(0);
149 145