summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r--apps/cuesheet.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index 0a7521bbc5..1acb9af5cf 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -108,15 +108,6 @@ bool look_for_cuesheet_file(const char *trackpath, char *found_cue_path)
108 return true; 108 return true;
109} 109}
110 110
111static char *skip_whitespace(char* buf)
112{
113 char *r = buf;
114 while (*r && isspace(*r))
115 r++;
116 return r;
117}
118
119
120static char *get_string(const char *line) 111static char *get_string(const char *line)
121{ 112{
122 char *start, *end; 113 char *start, *end;