From d4b625b48e6bbac61b4128aeeaf44911b2e3e03b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 11 May 2014 17:14:49 +0200 Subject: InputStream: make various methods abstract Replace InputPlugin attributes. --- src/input/plugins/ArchiveInputPlugin.cxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/input/plugins/ArchiveInputPlugin.cxx') diff --git a/src/input/plugins/ArchiveInputPlugin.cxx b/src/input/plugins/ArchiveInputPlugin.cxx index 8a8be5b2f..b51dc6835 100644 --- a/src/input/plugins/ArchiveInputPlugin.cxx +++ b/src/input/plugins/ArchiveInputPlugin.cxx @@ -89,11 +89,4 @@ const InputPlugin input_plugin_archive = { nullptr, nullptr, input_archive_open, - nullptr, - nullptr, - nullptr, - nullptr, - nullptr, - nullptr, - nullptr, }; -- cgit v1.2.3