diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-08 13:14:44 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-08 13:14:44 +0000 |
| commit | 244106176447effe0330ef194ad93ccaadf589ff (patch) | |
| tree | 0d50f243af7c625a1af4e425cc909de66182dd8a /apps/plugin.c | |
| parent | e7bb8c04287ec8baf6f89dd4f169b00ccb7d7171 (diff) | |
| download | rockbox-244106176447effe0330ef194ad93ccaadf589ff.zip rockbox-244106176447effe0330ef194ad93ccaadf589ff.tar.gz rockbox-244106176447effe0330ef194ad93ccaadf589ff.tar.bz2 rockbox-244106176447effe0330ef194ad93ccaadf589ff.tar.xz | |
Removed progressbar() and slidebar()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4854 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index bc7707d..79c3b39 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -107,8 +107,6 @@ static struct plugin_api rockbox_api = { lcd_getstringsize, lcd_update, lcd_update_rect, - progressbar, - slidebar, scrollbar, #ifndef SIMULATOR lcd_roll, |