summaryrefslogtreecommitdiffstats
path: root/apps/cuesheet.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-07-29 13:23:33 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-07-29 13:23:33 +0000
commite63e19b50773393064e7a458297b18a835e8b004 (patch)
treeb8d8e5d833bb6243f9537c523c0f378833da2cb2 /apps/cuesheet.h
parent1de66faa8ebd7d9442fd3b72c868a661a1367344 (diff)
downloadrockbox-e63e19b50773393064e7a458297b18a835e8b004.tar.gz
rockbox-e63e19b50773393064e7a458297b18a835e8b004.zip
Fix Database red, move the cuesheet->token code into the skin engine
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27616 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/cuesheet.h')
-rw-r--r--apps/cuesheet.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/cuesheet.h b/apps/cuesheet.h
index 451fff5dbe..e8d77ca3a9 100644
--- a/apps/cuesheet.h
+++ b/apps/cuesheet.h
@@ -26,7 +26,6 @@
#include "screens.h"
#include "file.h"
#include "metadata.h"
-#include "skin_engine/skin_tokens.h"
#define MAX_NAME 80 /* Max length of information strings */
#define MAX_TRACKS 99 /* Max number of tracks in a cuesheet */
@@ -70,10 +69,6 @@ bool display_cuesheet_content(char* filename);
/* finds the index of the current track played within a cuesheet */
int cue_find_current_track(struct cuesheet *cue, unsigned long curpos);
-/* Get the id3 fields from the cuesheet */
-const char *get_cuesheetid3_token(struct wps_token *token, struct mp3entry *id3,
- int offset_tracks, char *buf, int buf_size);
-
/* skip to next track in the cuesheet towards "direction" (which is 1 or -1) */
bool curr_cuesheet_skip(struct cuesheet *cue, int direction, unsigned long curr_pos);