From 76a68d7dd02f3819e4e60cd9febfd45e20821e14 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 6 Jun 2016 08:59:23 +0100 Subject: Update content to split public and internal API --- content/hlcache.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'content/hlcache.h') diff --git a/content/hlcache.h b/content/hlcache.h index e0bf4161d..0dd102062 100644 --- a/content/hlcache.h +++ b/content/hlcache.h @@ -175,12 +175,5 @@ struct content *hlcache_handle_get_content(const hlcache_handle *handle); */ nserror hlcache_handle_clone(hlcache_handle *handle, hlcache_handle **result); -/** - * Retrieve the URL associated with a high level cache handle - * - * \param handle The handle to inspect - * \return Pointer to URL. - */ -nsurl *hlcache_handle_get_url(const hlcache_handle *handle); #endif -- cgit v1.2.3