decoder: removed "plugin" from the decoder struct

decoder.plugin was a write-only attribute.
This commit is contained in:
Max Kellermann
2008-11-08 13:33:44 +01:00
parent 343a8a20e3
commit 8cbdc2667e
2 changed files with 0 additions and 6 deletions

View File

@@ -23,8 +23,6 @@
#include "pcm_utils.h"
struct decoder {
const struct decoder_plugin *plugin;
struct pcm_convert_state conv_state;
bool seeking;