celtenc: Remove dead assignment

This commit is contained in:
Edward Hervey 2010-11-25 18:29:22 +01:00
parent 6158953f58
commit 28e000d18e

View file

@ -521,9 +521,6 @@ static gboolean
gst_celt_enc_sink_query (GstPad * pad, GstQuery * query)
{
gboolean res = TRUE;
GstCeltEnc *enc;
enc = GST_CELT_ENC (GST_PAD_PARENT (pad));
switch (GST_QUERY_TYPE (query)) {
case GST_QUERY_CONVERT: