diff --git a/src/decoder/DecoderPlugin.hxx b/src/decoder/DecoderPlugin.hxx index b1a1e3ea3..6910d6750 100644 --- a/src/decoder/DecoderPlugin.hxx +++ b/src/decoder/DecoderPlugin.hxx @@ -233,14 +233,6 @@ struct DecoderPlugin { : false; } - /** - * return "virtual" tracks in a container - */ - template - char *ContainerScan(P path, const unsigned int tnum) const { - return container_scan(path, tnum); - } - [[gnu::pure]] bool SupportsUri(const char *uri) const noexcept;