From cd8fd1ef427c15561a6f4e88c66ca804a8ab0fe4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Feb 2016 00:01:30 +0100 Subject: tag/Generic: remove redundant documentation --- src/tag/Generic.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/tag') diff --git a/src/tag/Generic.cxx b/src/tag/Generic.cxx index 2f485bb9d..f31618433 100644 --- a/src/tag/Generic.cxx +++ b/src/tag/Generic.cxx @@ -31,9 +31,6 @@ #include -/** - * 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 { -- cgit v1.2.3