From 244106176447effe0330ef194ad93ccaadf589ff Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 8 Jul 2004 13:14:44 +0000 Subject: Removed progressbar() and slidebar() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4854 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/widgets.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/recorder/widgets.h') 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 { HORIZONTAL }; -extern void progressbar(int x, int y, int width, int height, int percent, int direction); -extern void slidebar(int x, int y, int width, int height, int percent, int direction); extern void scrollbar(int x, int y, int width, int height, int items, int min_shown, int max_shown, int orientation); extern void checkbox(int x, int y, int width, int height, bool checked); #endif /* HAVE_LCD_BITMAP */ -- cgit v1.2.3