diff options
Diffstat (limited to '')
-rw-r--r-- | src/pcm_convert.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pcm_convert.h b/src/pcm_convert.h index 0a0f85681..2e69013ef 100644 --- a/src/pcm_convert.h +++ b/src/pcm_convert.h @@ -47,9 +47,6 @@ struct pcm_convert_state { /** the buffer for converting the channel count */ struct pcm_buffer channels_buffer; - - /** the buffer for swapping the byte order */ - struct pcm_buffer byteswap_buffer; }; static inline GQuark |