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/plugin.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 79851661e5..0e3451f698 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -45,6 +45,9 @@ #include "settings.h" #include "thread.h" #include "playlist.h" +#ifdef HAVE_LCD_BITMAP +#include "widgets.h" +#endif #ifdef PLUGIN #if defined(DEBUG) || defined(SIMULATOR) @@ -132,10 +135,6 @@ struct plugin_api { int (*lcd_getstringsize)(unsigned char *str, int *w, int *h); void (*lcd_update)(void); void (*lcd_update_rect)(int x, int y, int width, int height); - void (*progressbar)(int x, int y, int width, int height, - int percent, int direction); - void (*slidebar)(int x, int y, int width, int height, - int percent, int direction); void (*scrollbar)(int x, int y, int width, int height, int items, int min_shown, int max_shown, int orientation); #ifndef SIMULATOR -- cgit v1.2.3