vdpau: remove gst_vdp_device_new from header
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Mon, 17 Aug 2009 21:42:50 +0000 (23:42 +0200)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 16 Sep 2009 09:25:46 +0000 (10:25 +0100)
sys/vdpau/gstvdpdevice.h

index 2c05fa9..4d73f09 100644 (file)
@@ -92,8 +92,6 @@ struct _GstVdpDevice
 
 GType gst_vdp_device_get_type (void) G_GNUC_CONST;
 
-GstVdpDevice *gst_vdp_device_new (const gchar *display_name);
-
 GstVdpDevice *gst_vdp_get_device (const gchar *display_name);
 
 G_END_DECLS