From 4a23a4bfee5c7b213da4f72ae858ab69840ccbdc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 12 Feb 2012 18:25:46 +0100 Subject: tag_{ape,id3}: remove the _load() functions Use _scan() instead, to have more control. --- src/tag_ape.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/tag_ape.c') diff --git a/src/tag_ape.c b/src/tag_ape.c index 068a9aa6..31c177aa 100644 --- a/src/tag_ape.c +++ b/src/tag_ape.c @@ -101,15 +101,3 @@ tag_ape_scan2(const char *path_fs, return tag_ape_scan(path_fs, tag_ape_callback, &ctx); } - -struct tag * -tag_ape_load(const char *path_fs) -{ - struct tag *tag = tag_new(); - if (!tag_ape_scan2(path_fs, &add_tag_handler, tag)) { - tag_free(tag); - tag = NULL; - } - - return tag; -} -- cgit v1.2.3