summaryrefslogtreecommitdiff
path: root/apps/recorder/widgets.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 13:14:44 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 13:14:44 +0000
commit244106176447effe0330ef194ad93ccaadf589ff (patch)
tree0d50f243af7c625a1af4e425cc909de66182dd8a /apps/recorder/widgets.h
parente7bb8c04287ec8baf6f89dd4f169b00ccb7d7171 (diff)
downloadrockbox-244106176447effe0330ef194ad93ccaadf589ff.tar.gz
rockbox-244106176447effe0330ef194ad93ccaadf589ff.zip
Removed progressbar() and slidebar()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4854 a1c6a512-1295-4272-9138-f99709370657
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 */