aboutsummaryrefslogtreecommitdiff
path: root/src/tag_ape.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-12 18:25:46 +0100
committerMax Kellermann <max@duempel.org>2012-02-12 18:29:05 +0100
commit4a23a4bfee5c7b213da4f72ae858ab69840ccbdc (patch)
tree70d084568f2539f259c97d7c1cfe6e796a0a691b /src/tag_ape.h
parentac3ad452c03292e4c57b0d0e21c2dd407eb03a27 (diff)
tag_{ape,id3}: remove the _load() functions
Use _scan() instead, to have more control.
Diffstat (limited to 'src/tag_ape.h')
-rw-r--r--src/tag_ape.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/tag_ape.h b/src/tag_ape.h
index 2e8bfb3c..9b585611 100644
--- a/src/tag_ape.h
+++ b/src/tag_ape.h
@@ -33,13 +33,4 @@ bool
tag_ape_scan2(const char *path_fs,
const struct tag_handler *handler, void *handler_ctx);
-/**
- * Loads the APE tag from a file.
- *
- * @param path_fs the path of the file in filesystem encoding
- * @return a tag object, or NULL if the file has no APE tag
- */
-struct tag *
-tag_ape_load(const char *path_fs);
-
#endif