summaryrefslogtreecommitdiff
path: root/src/tag/Generic.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-02-24 00:01:30 +0100
committerMax Kellermann <max@duempel.org>2016-02-24 00:01:30 +0100
commitcd8fd1ef427c15561a6f4e88c66ca804a8ab0fe4 (patch)
tree47a2232791adeab0f544d2ff4995bb87df381865 /src/tag/Generic.cxx
parent6350089e5189d80aa80443be1b597b074e41d11c (diff)
tag/Generic: remove redundant documentation
Diffstat (limited to 'src/tag/Generic.cxx')
-rw-r--r--src/tag/Generic.cxx6
1 files changed, 0 insertions, 6 deletions
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 <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 {