summaryrefslogtreecommitdiff
path: root/apps/recorder/widgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/widgets.h')
-rw-r--r--apps/recorder/widgets.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/recorder/widgets.h b/apps/recorder/widgets.h
index de8e78520f..44d849b628 100644
--- a/apps/recorder/widgets.h
+++ b/apps/recorder/widgets.h
@@ -35,8 +35,6 @@ enum {
35 HORIZONTAL 35 HORIZONTAL
36}; 36};
37 37
38extern void progressbar(int x, int y, int width, int height, int percent, int direction);
39extern void slidebar(int x, int y, int width, int height, int percent, int direction);
40extern void scrollbar(int x, int y, int width, int height, int items, int min_shown, int max_shown, int orientation); 38extern void scrollbar(int x, int y, int width, int height, int items, int min_shown, int max_shown, int orientation);
41extern void checkbox(int x, int y, int width, int height, bool checked); 39extern void checkbox(int x, int y, int width, int height, bool checked);
42#endif /* HAVE_LCD_BITMAP */ 40#endif /* HAVE_LCD_BITMAP */