summaryrefslogtreecommitdiff
path: root/plugins/artwork/artwork.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/artwork/artwork.c')
-rw-r--r--plugins/artwork/artwork.c7
1 files changed, 0 insertions, 7 deletions
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) {