From d696769a82e349645fbe2ad7820460169fe5e58f Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Mon, 28 May 2007 23:28:55 +0000 Subject: Fix the warning. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13509 a1c6a512-1295-4272-9138-f99709370657 --- apps/cuesheet.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/cuesheet.c') diff --git a/apps/cuesheet.c b/apps/cuesheet.c index ce7714fa44..320356c62c 100644 --- a/apps/cuesheet.c +++ b/apps/cuesheet.c @@ -274,7 +274,6 @@ void browse_cuesheet(struct cuesheet *cue) int sel; char title[MAX_PATH]; char cuepath[MAX_PATH]; - char *dot; struct mp3entry *id3 = audio_current_track(); snprintf(title, MAX_PATH, "%s: %s", cue->performer, cue->title); -- cgit