Fix compile error in last checkin

Original commit message from CVS:
Fix compile error in last checkin
This commit is contained in:
David Schleef 2004-01-02 07:37:14 +00:00
parent 84dc963101
commit 8c2c77d3a2

View file

@ -512,7 +512,6 @@ gst_vorbisfile_new_link (VorbisFile *vorbisfile, gint link)
{ {
vorbis_info *vi = ov_info (&vorbisfile->vf, link); vorbis_info *vi = ov_info (&vorbisfile->vf, link);
GstCaps *caps; GstCaps *caps;
gboolean res = TRUE;
/* new logical bitstream */ /* new logical bitstream */
vorbisfile->current_link = link; vorbisfile->current_link = link;