tag/Generic: remove redundant documentation

This commit is contained in:
Max Kellermann 2016-02-24 00:01:30 +01:00
parent 6350089e51
commit cd8fd1ef42
1 changed files with 0 additions and 6 deletions

View File

@ -31,9 +31,6 @@
#include <stdexcept>
/**
* Attempts to scan APE or ID3 tags from the specified file.
*/
bool
ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx)
{
@ -50,9 +47,6 @@ ScanGenericTags(InputStream &is, const TagHandler &handler, void *ctx)
#endif
}
/**
* Attempts to scan APE or ID3 tags from the specified file.
*/
bool
ScanGenericTags(Path path, const TagHandler &handler, void *ctx)
try {