diff options
| -rw-r--r-- | apps/cuesheet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c index ce7714f..320356c 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); |