summaryrefslogtreecommitdiff
path: root/src/TagArchive.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-02-26 15:07:00 +0100
committerMax Kellermann <max@duempel.org>2016-02-26 15:07:00 +0100
commited5058a363714513269e1f5279a24f2a125036dc (patch)
treea52da2f71ccb4117a63adb21f9034cd7dbff4791 /src/TagArchive.hxx
parenta670ff6d3e8270e15d6549b37fcd993182a6cb7b (diff)
TagArchive: remove obsolete overload
Diffstat (limited to 'src/TagArchive.hxx')
-rw-r--r--src/TagArchive.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/TagArchive.hxx b/src/TagArchive.hxx
index 0791bf6eb..854a1430b 100644
--- a/src/TagArchive.hxx
+++ b/src/TagArchive.hxx
@@ -47,17 +47,6 @@ tag_archive_scan(Path path, const TagHandler &handler, void *handler_ctx);
* found)
*/
bool
-tag_archive_scan(Path path, TagBuilder &builder);
-
-/**
- * Scan the tags of a song file inside an archive. Invokes matching
- * decoder plugins, and falls back to generic scanners (APE and ID3)
- * if no tags were found (but the file was recognized).
- *
- * @return true if the file was recognized (even if no metadata was
- * found)
- */
-bool
tag_archive_scan(ArchiveFile &archive, const char *path_utf8,
TagBuilder &builder);