diff options
author | Jens Arnold <amiconn@rockbox.org> | 2004-07-08 23:01:50 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2004-07-08 23:01:50 +0000 |
commit | 84cb8606d0758bbc167e4b87289f66dc060fcf6a (patch) | |
tree | 87246911e188c57c7b6ab3e7794e754dd0d901ac /apps/plugin.c | |
parent | cc2e056f217f10f89913d7a253654695f1347747 (diff) |
removing progressbar() and slidebar() broke backwards compatibility
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4857 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 79c3b39315..e9c538fd78 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -177,7 +177,6 @@ static struct plugin_api rockbox_api = { plugin_get_mp3_buffer, mpeg_sound_set, #ifndef SIMULATOR - mp3_play_init, mp3_play_data, mp3_play_pause, mp3_play_stop, |