From 35cceedabc1afa818952655ec77963dfc0796d54 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sat, 12 Jul 2014 15:03:03 +0200 Subject: artwork: deleted code cleanup --- plugins/artwork/artwork.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins') diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 12ceb15c..cc0e632e 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -1408,13 +1408,6 @@ get_album_art (const char *fname, const char *artist, const char *album, int siz { char path [1024]; -// if (!deadbeef->is_local_file (fname)) { -// if (callback) { -// callback (NULL, NULL, NULL, user_data); -// } -// return NULL; -// } - make_cache_path2 (path, sizeof (path), fname, album, artist, size); char *p = find_image (path); if (p) { -- cgit v1.2.3