aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/FLACMetaData.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-10-04 07:11:41 +0200
committerMax Kellermann <max@duempel.org>2012-10-04 10:32:52 +0200
commit6b416ce6be840dcd62aadb70817be602b5a73946 (patch)
tree61512a747f552e7e5257857ae87d3e3bdb3c0620 /src/decoder/FLACMetaData.hxx
parentef0392e854aa5b0388d6245e7d506b1caffb970d (diff)
decoder/flac: move flac_scan_file2() to main plugin file
Diffstat (limited to 'src/decoder/FLACMetaData.hxx')
-rw-r--r--src/decoder/FLACMetaData.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/decoder/FLACMetaData.hxx b/src/decoder/FLACMetaData.hxx
index 67dc9fcd..9808852f 100644
--- a/src/decoder/FLACMetaData.hxx
+++ b/src/decoder/FLACMetaData.hxx
@@ -117,8 +117,4 @@ void
flac_scan_metadata(const FLAC__StreamMetadata *block,
const struct tag_handler *handler, void *handler_ctx);
-bool
-flac_scan_file2(const char *file,
- const struct tag_handler *handler, void *handler_ctx);
-
#endif