typefindelement: remove prototype for function that no longer exists

This commit is contained in:
Tim-Philipp Müller 2014-07-25 11:45:56 +01:00
parent f8323b17fb
commit 64cc548c16

View file

@ -135,10 +135,6 @@ static void gst_type_find_element_set_property (GObject * object,
static void gst_type_find_element_get_property (GObject * object,
guint prop_id, GValue * value, GParamSpec * pspec);
#if 0
static const GstEventMask *gst_type_find_element_src_event_mask (GstPad * pad);
#endif
static gboolean gst_type_find_element_src_event (GstPad * pad,
GstObject * parent, GstEvent * event);
static gboolean gst_type_find_handle_src_query (GstPad * pad,