mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
uridownloader: deleted useless declaration of gst_uri_downloader_free()
This commit is contained in:
parent
122f10669f
commit
5ade664680
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ GType gst_uri_downloader_get_type (void);
|
||||||
GstUriDownloader * gst_uri_downloader_new (void);
|
GstUriDownloader * gst_uri_downloader_new (void);
|
||||||
GstFragment * gst_uri_downloader_fetch_uri (GstUriDownloader * downloader, const gchar * uri);
|
GstFragment * gst_uri_downloader_fetch_uri (GstUriDownloader * downloader, const gchar * uri);
|
||||||
void gst_uri_downloader_cancel (GstUriDownloader *downloader);
|
void gst_uri_downloader_cancel (GstUriDownloader *downloader);
|
||||||
void gst_uri_downloader_free (GstUriDownloader *downloader);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
#endif /* __GSTURIDOWNLOADER_H__ */
|
#endif /* __GSTURIDOWNLOADER_H__ */
|
||||||
|
|
Loading…
Reference in a new issue