aboutsummaryrefslogtreecommitdiff
path: root/src/tag_ape.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag_ape.c')
-rw-r--r--src/tag_ape.c12
1 files changed, 0 insertions, 12 deletions
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;
-}