From a42a3a6bc620a8e4bc86d93a8ed28e75c00eae1c Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Fri, 27 Jun 2014 19:40:48 +0200 Subject: junklib: removed dead code --- junklib.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/junklib.c b/junklib.c index a8531248..0a9a946d 100644 --- a/junklib.c +++ b/junklib.c @@ -3683,12 +3683,6 @@ junk_id3v2_read_full (playItem_t *it, DB_id3v2_tag_t *tag_store, DB_FILE *fp) { if (unsync) { synched_size = junklib_id3v2_sync_frame (readptr, sz); trace ("size: %d/%d\n", synched_size, sz); - -#if 0 // that was a workaround for corrupted unsynced tag, do not use - if (synched_size != sz) { - sz = sz + (sz-synched_size); - } -#endif } if (tag_store) { -- cgit v1.2.3