decoder/Plugin: remove unused and broken wrapper method ContainerScan()

This commit is contained in:
Max Kellermann 2023-09-26 10:13:38 +02:00
parent 5b28a987e5
commit dc31aa6a61

View File

@ -233,14 +233,6 @@ struct DecoderPlugin {
: false;
}
/**
* return "virtual" tracks in a container
*/
template<typename P>
char *ContainerScan(P path, const unsigned int tnum) const {
return container_scan(path, tnum);
}
[[gnu::pure]]
bool SupportsUri(const char *uri) const noexcept;