celtenc: Remove dead assignment
authorEdward Hervey <bilboed@bilboed.com>
Thu, 25 Nov 2010 17:29:22 +0000 (18:29 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Thu, 25 Nov 2010 17:29:22 +0000 (18:29 +0100)
ext/celt/gstceltenc.c

index aa9bc0c..fcba67c 100644 (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: