From dc31aa6a611231025016d29a787f13fe32c136f9 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Sep 2023 10:13:38 +0200 Subject: [PATCH] decoder/Plugin: remove unused and broken wrapper method ContainerScan() --- src/decoder/DecoderPlugin.hxx | 8 -------- 1 file changed, 8 deletions(-) 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;