From: Gianluca Gennari Date: Wed, 17 Oct 2012 16:46:22 +0000 (+0200) Subject: uridownloader: deleted useless declaration of gst_uri_downloader_free() X-Git-Tag: 1.19.3~507^2~13628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ade664680fbdb5d6f12b46c30448fa8fec0b7e6;p=platform%2Fupstream%2Fgstreamer.git uridownloader: deleted useless declaration of gst_uri_downloader_free() --- diff --git a/ext/dash/gsturidownloader.h b/ext/dash/gsturidownloader.h index ac16846..b311cf1 100644 --- a/ext/dash/gsturidownloader.h +++ b/ext/dash/gsturidownloader.h @@ -58,7 +58,6 @@ GType gst_uri_downloader_get_type (void); GstUriDownloader * gst_uri_downloader_new (void); GstFragment * gst_uri_downloader_fetch_uri (GstUriDownloader * downloader, const gchar * uri); void gst_uri_downloader_cancel (GstUriDownloader *downloader); -void gst_uri_downloader_free (GstUriDownloader *downloader); G_END_DECLS #endif /* __GSTURIDOWNLOADER_H__ */