flacenc: remove dead code from header

We require a new-enough libflac that this condition will never apply.
This commit is contained in:
Tim-Philipp Müller 2011-10-30 19:30:14 +00:00
parent ff40deb139
commit d6e1f53233

View file

@ -56,11 +56,8 @@ struct _GstFlacEnc {
guint padding;
gint seekpoints;
#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8
FLAC__SeekableStreamEncoder *encoder;
#else
FLAC__StreamEncoder *encoder;
#endif
FLAC__StreamMetadata **meta;
GstTagList * tags;