summaryrefslogtreecommitdiff
path: root/apps/radio/presets.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/presets.c')
-rw-r--r--apps/radio/presets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/radio/presets.c b/apps/radio/presets.c
index 46ce0b1b5c..9eab4901f1 100644
--- a/apps/radio/presets.c
+++ b/apps/radio/presets.c
@@ -617,6 +617,7 @@ void presets_save(void)
617 radio_save_presets(); 617 radio_save_presets();
618} 618}
619 619
620#if 0 /* disabled in draw_progressbar() */
620#ifdef HAVE_LCD_BITMAP 621#ifdef HAVE_LCD_BITMAP
621static inline void draw_vertical_line_mark(struct screen * screen, 622static inline void draw_vertical_line_mark(struct screen * screen,
622 int x, int y, int h) 623 int x, int y, int h)
@@ -643,3 +644,4 @@ void presets_draw_markers(struct screen *screen,
643 } 644 }
644} 645}
645#endif 646#endif
647#endif