diff options
author | Max Kellermann <max@duempel.org> | 2008-11-08 13:33:44 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-08 13:33:44 +0100 |
commit | 8cbdc2667e6f4f3713c329ae21aa3d8ae73fab24 (patch) | |
tree | ba80b788ade0e1d8ded40123852a7943a6db8434 /src/decoder_internal.h | |
parent | 343a8a20e3fe37c2d998b09d6bddceddecb0182d (diff) | |
download | mpd-8cbdc2667e6f4f3713c329ae21aa3d8ae73fab24.tar.gz mpd-8cbdc2667e6f4f3713c329ae21aa3d8ae73fab24.tar.xz mpd-8cbdc2667e6f4f3713c329ae21aa3d8ae73fab24.zip |
decoder: removed "plugin" from the decoder struct
decoder.plugin was a write-only attribute.
Diffstat (limited to 'src/decoder_internal.h')
-rw-r--r-- | src/decoder_internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder_internal.h b/src/decoder_internal.h index 9d3d6abea..39d6fe8a7 100644 --- a/src/decoder_internal.h +++ b/src/decoder_internal.h @@ -23,8 +23,6 @@ #include "pcm_utils.h" struct decoder { - const struct decoder_plugin *plugin; - struct pcm_convert_state conv_state; bool seeking; |