patchdetect: remove (leaking) dead code

This commit is contained in:
Vincent Penquerc'h 2012-01-12 17:11:14 +00:00
parent a940c6a84d
commit 76a481c726
2 changed files with 0 additions and 9 deletions

View file

@ -147,12 +147,6 @@ static void
gst_patchdetect_init (GstPatchdetect * patchdetect,
GstPatchdetectClass * patchdetect_class)
{
patchdetect->sinkpad =
gst_pad_new_from_static_template (&gst_patchdetect_sink_template, "sink");
patchdetect->srcpad =
gst_pad_new_from_static_template (&gst_patchdetect_src_template, "src");
}
void

View file

@ -37,9 +37,6 @@ struct _GstPatchdetect
{
GstBaseTransform base_patchdetect;
GstPad *sinkpad;
GstPad *srcpad;
GstVideoFormat format;
int width;
int height;