diff --git a/ext/vorbis/gstvorbisdec.h b/ext/vorbis/gstvorbisdec.h index 1c3ddad368..65c73ae89f 100644 --- a/ext/vorbis/gstvorbisdec.h +++ b/ext/vorbis/gstvorbisdec.h @@ -63,8 +63,6 @@ struct _GstVorbisDec { /* list of buffers that need timestamps */ GList *queued; - /* list of raw output buffers */ - GList *output; /* gather/decode queues for reverse playback */ GList *gather; GList *decode;