From 5a55772201829dc0055cc8d3022cc475ccbc2643 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sun, 8 Feb 2009 11:09:55 +0000 Subject: Small code reuse improvement git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19943 a1c6a512-1295-4272-9138-f99709370657 --- apps/cuesheet.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'apps/cuesheet.c') 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) return true; } -static char *skip_whitespace(char* buf) -{ - char *r = buf; - while (*r && isspace(*r)) - r++; - return r; -} - - static char *get_string(const char *line) { char *start, *end; -- cgit v1.2.3