summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-utils.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-08-11 20:02:03 +0100
committerRichard Hughes <richard@hughsie.com>2015-08-11 20:02:03 +0100
commit26b7ca924b1cb196e10ac1780e2d2ab736db85bf (patch)
treee979819c74dd6c5c57572a39e4d703f3f5ab841b /libappstream-glib/as-utils.h
parent8cbc6748df0b93baa108d2a8831067c1bc86c80e (diff)
downloadappstream-glib-26b7ca924b1cb196e10ac1780e2d2ab736db85bf.tar.gz
Remove an unused exported method
Diffstat (limited to 'libappstream-glib/as-utils.h')
-rw-r--r--libappstream-glib/as-utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libappstream-glib/as-utils.h b/libappstream-glib/as-utils.h
index 26c819b..aa0baf4 100644
--- a/libappstream-glib/as-utils.h
+++ b/libappstream-glib/as-utils.h
@@ -107,9 +107,6 @@ gboolean as_utils_is_category_id (const gchar *category_id);
gboolean as_utils_is_blacklisted_id (const gchar *desktop_id);
gchar **as_utils_spdx_license_tokenize (const gchar *license);
gchar *as_utils_spdx_license_detokenize (gchar **license_tokens);
-gboolean as_utils_check_url_exists (const gchar *url,
- guint timeout,
- GError **error);
gchar *as_utils_find_icon_filename (const gchar *destdir,
const gchar *search,
GError **error);