Removed redundant prototypes.
authorWim Taymans <wim.taymans@gmail.com>
Sat, 26 May 2001 16:41:27 +0000 (16:41 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 26 May 2001 16:41:27 +0000 (16:41 +0000)
Original commit message from CVS:
Removed redundant prototypes.

gst/gstelement.h

index 212dd4cdc6777a555b6773e2694ba440a9250e06..9198eaf02fbe73cd2ee82e4c13835ddf7fd52b40 100644 (file)
@@ -258,10 +258,6 @@ GList*                     gst_elementfactory_get_list             (void);
 void                   gst_elementfactory_add_padtemplate      (GstElementFactory *elementfactory,
                                                                 GstPadTemplate *templ);
 
-gboolean               gst_elementfactory_can_src_caps         (GstElementFactory *factory,
-                                                                GstCaps *caps);
-gboolean               gst_elementfactory_can_sink_caps        (GstElementFactory *factory,
-                                                                GstCaps *caps);
 gboolean               gst_elementfactory_can_src_caps         (GstElementFactory *factory,
                                                                 GstCaps *caps);
 gboolean               gst_elementfactory_can_sink_caps        (GstElementFactory *factory,