summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-10-16 09:48:09 +0100
committerVincent Sanders <vince@kyllikki.org>2014-10-16 22:33:43 +0100
commitd06df231bc7c49e0f46ffc8fc8674d0717dff202 (patch)
treeeb51dc949f5e062c6a9b4adef33adbe591e99518 /test
parentab7f3e31800ade0cec9c071e61cc001ee9470f69 (diff)
downloadnetsurf-d06df231bc7c49e0f46ffc8fc8674d0717dff202.tar.gz
netsurf-d06df231bc7c49e0f46ffc8fc8674d0717dff202.tar.bz2
Update the core to use the split operations table headers
Second in the series to decouple the core API usage from the frontends.
Diffstat (limited to 'test')
-rw-r--r--test/llcache.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/llcache.c b/test/llcache.c
index ae162b170..606516dd6 100644
--- a/test/llcache.c
+++ b/test/llcache.c
@@ -123,7 +123,6 @@ char *url_to_path(const char *url)
******************************************************************************/
#include "desktop/cookie_manager.h"
-#include "desktop/gui.h"
#include "desktop/tree.h"
/* desktop/cookie_manager.h -- used by urldb
@@ -170,11 +169,6 @@ void fetch_file_register(void)
{
}
-/* desktop/gui.h -- used by image_cache through about: handler */
-nsurl* gui_get_resource_url(const char *path)
-{
- return NULL;
-}
/******************************************************************************
* test: protocol handler *