1
0
Fork 0
forked from len0rd/rockbox

Move audio_peek_track declaration from skin_display.c to audio.h

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25670 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2010-04-18 14:59:43 +00:00
parent 9c3dc70af5
commit 44454c3203
2 changed files with 1 additions and 1 deletions

View file

@ -178,7 +178,6 @@ static void draw_progressbar(struct gui_wps *gwps,
}
}
bool audio_peek_track(struct mp3entry** id3, int offset);
static void draw_playlist_viewer_list(struct gui_wps *gwps,
struct playlistviewer *viewer)
{