tag_{ape,id3}: remove the _load() functions

Use _scan() instead, to have more control.
This commit is contained in:
Max Kellermann
2012-02-12 18:25:46 +01:00
parent ac3ad452c0
commit 4a23a4bfee
5 changed files with 6 additions and 84 deletions

View File

@@ -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